Subject | Re: [IBO] Application not responding while connecting...etc. |
---|---|
Author | TeamIBO |
Post date | 2002-01-12T00:48:25Z |
> I guess the main question is "is IBO thread safe". I have looked atEach thread must have its own TIB_Session instance, along with the
> the IBO thread example, however this app seems to be missing the
> Connection deatails.
various other components required. That is; you cannot share a
component across multiple threads (without Synchronise calls).
However you could implement what you need in a secondary thread, and
then notify your primary thread of the results.
Check the Threads sample app - the session, connection etc are in the
DM_Threads datamodule unit.
--
Geoff Worboys - TeamIBO
Telesis Computing