Subject sharing connections between threads
Author Maik Wojcieszak
Hi,

I work with IBObjects and a lot of threading for some time.
Mainly I avoid sync problems (like suggested) by creating my
database objects in the thread itself.

Now I have to create an architekture where a master thread (long running)
creates worker threads wich should also have database access in there context.

Creating connections and initializing them as too slow for this case. They should
use the same connection then the master thread. All other Objects could
be created in the worker thread itself.

Can I do this with IBObjects and how can I do this ?

thanks
maik

-------------------------------------------------
Maik Wojcieszak

wobe-team (http://www.wobe-team.com)