Subject Re: [IBO] Re: App freezing
Author Helen Borrie
Ryan,

At 09:41 PM 12/02/2004 +0000, you wrote:
> > Iam following this thread to learn something from you guys.
> > Since Jason suggest to take this matter on the private, will the
> > result be posted here for the purpose of providing information in
> > this IBO community? :-)
> >
>
>I too am interested in the answer to this problem. About 6 months ago
>I changed the way my Apache web application was running for a very
>similar reason.
>
>I had FB 1.03 and IBO running as a Win32 ApacheDSO. Every now and
>then the connection to the database would suddenly drop out from under
>my application and the server would then appear to be hung.
>
>The connection type was Local so it shouldn't have been affected by
>the TCP/IP problem of SP4 as previously mentioned in this thread, and
>in fact my problem pre-dated SP4.

You shouldn't use connection type Local. It is not thread-safe. Totally
forget it for Superserver.

The golden rule with Superserver is to use localhost *always* for local
connections (Protocol cpTCP_IP).

Helen