Subject Re: [ib-support] Re: Help with Multi-threaded application on Localhost
Author Helen Borrie
At 12:03 PM 25/02/2003 +0000, you wrote:

> >
> > Are you saying that you have this problem with a TCP local loopback
> > connection? (localhost as server?)
>Yes. Server application reside on the same computer with Firebird
>server, and it manage all requests from clients. This is the only
>application witch acces the database.
> >
> > The problem you describe is "as designed" for the local
>server...gds32.dll
> > is not capable of being thread-safe as a local client.
>Can I do something to avoid this?

You didn't answer the question I asked. Are you using tcp/ip local loopback?

that is -

does the server application (thread) connect with

localhost:D:\path_to_db\MyDB.gdb

or

D:\path_to_db\MyDB.gdb

(Please nominate one - don't answer YES again! <sigh>)

heLen