Thread Behavior

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hammer
Posts: 1
Joined: Wed 30 Apr 2008 10:46

Thread Behavior

Post by hammer » Wed 30 Apr 2008 10:58

I have a question regarding threads and connections. I have a multi threaded service that asynchronously collects information and then synchronously inserts the data into the database.

When a thread has finished it's work it fires an event in the main thread to insert the data and blocks all other threads until is has completed it's insert or update. Currently I use an ADO connection in the main thread to handle all database activity. My question is, can I expect this architecture to work with xDAC/UniDAC?

I cannot test because of the trial dialog in the trial components.

Thanks,
Matt

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 06 May 2008 12:41

Yes. It should work with UniDAC.
I cannot test because of the trial dialog in the trial components.
We can send you the Trial version without trial dialog. Please contact us by mail.

Post Reply