Subject Re: [IBO] Multi-threaded ISAPI hangs
Author tickerboo2002
Helen

To clarify the following:

> For an ISAPI connection you MUST have the following:
>
> 1. an explicit TIB_Session (as you do) but it must be the FIRST
object in
> the creation order
> 2. a tcp/ip connection through the local loopback server, i.e. the
Server
> is localhost, the Path is the absolute path to the database
> 3. nothing whatsoever that is interactive, e.g. a login dialog or any
> modal dialog


For a Win32 exe containing multiple (2) connections, running on the
same PC as the server, do I just...

1. Set the protocol to TCP_IP
2. Set the server to 127.0.0.1
3. I've never used a TIB_Session, is this needed?

TIA

David