Subject Re: [IBO] ISAPI / multithread
Author Helen Borrie
At 10:47 AM 24/06/2003 +0200, you wrote:

> >Just make sure that the ib_session is the first thing in the creation
> >order. That way, everything created inside the module will attach to that
> >ib_session instead of the default one for the application.
>
>Does that include the connection object?

Yes. You can't share any data access objects across ISAPI instances. Just
think of the whole module as an atomic piece of existence which is cloned
each time a surfer calls it.

Helen