Subject Re: [IBO] Multi-threaded ISAPI hangs
Author tickerboo2002
> >3. I've never used a TIB_Session, is this needed?
>
> Yes - not just "a nice idea" but essential (like you need eggs to make
> omelettes).

OK, thanks.

Previous apps have not been multi-threaded and I've never used a
TIB_Session. I'm now working on a mult-threaded service (main proces
+ 1 thread thus far), can I assume that I only need to add a
TIB_Session to the additional thread and that the main process/thread
will still use a default session?