Subject Re: [IBO] sharing connections between threads
Author Geoff Worboys
> 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 ?

Short Answer: No - IBO needs separate sessions (and therefore separate
connections, transactions etc) for each thread.

Slightly Longer Answer: Yes provided you synchronise every call to the
connection and turn off callbacks on all datasets. I am not certain
this will work since IBO was not designed to operate this way, but it
seems as though it probably would work - BUT it would not offer any
advantage over doing it all in a single thread.

I guess the question becomes: Why do you think connection sharing will
help you?

--
Geoff Worboys
Telesis Computing