Subject Re: [ib-support] Help with Multi-threaded application on Localhost
Author Helen Borrie
At 08:51 PM 24/02/2003 -0500, you wrote:
>I think I read on this list sometime ago mention that Firebird (1.02)
>does not support multiple connections on Localhost. I have a
>multi-threaded application with each thread having a separate connection
>to the database. Is this configuration supported under Firebird?

It's not true. Perhaps you are confusing this with the case that a local
server connection doesn't support multiple threads? Localhost is not a
local server connection, it's a TCP/IP local loopback connection...


>I am getting an occasional "contention" issue that I will work out if
>the configuration is supported.

Well, assuming that you are using a local loopback connection and your
server is on Windows (localhost:D:\pathToDB\MyDB.gdb), can you describe
this "contention issue" for us?

heLen