Subject Re: [IBO] Application not responding while connecting...etc.
Author TeamIBO
> I guess the main question is "is IBO thread safe". I have looked at
> the IBO thread example, however this app seems to be missing the
> Connection deatails.

Each thread must have its own TIB_Session instance, along with the
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