Subject Re: [firebird-support] Multithreading expiriences with IBPP and FB
Author Ivan Prenosil
> From: "Dan Wilson" <dwilson@...>
> Also, don't try to use local connection, use TCP/IP when using multiple connections. (I don't
understand the failings of local connections: they always seemed to work fine for me, but the
consensus opinion I have read here is that there are problems using them, so I've switched to TCP/IP
and localhost when working from the same machine as the database server).

I also switched to tcp/ip, but when using local connection the only problem I encountered
was locking when two isc_attach_database() run concurrently.

Ivan