| Subject | Re: [firebird-support] Multithreading expiriences with IBPP and FB | 
|---|---|
| Author | Ivan Prenosil | 
| Post date | 2004-05-18T16:32:55Z | 
> From: "Dan Wilson" <dwilson@...>understand the failings of local connections: they always seemed to work fine for me, but the
> Also, don't try to use local connection, use TCP/IP when using multiple connections. (I don't
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