|
From: Paul R. <pr...@ib...> - 2004-01-16 09:15:17
|
On Thursday 15 January 2004 21:13, Vladimir Tsvigun wrote: > Hello, > > > I have two threads in the same process, each of which asks for their > > own connection to the database and executes inserts, queries, etc. > > No problem :-) > You can work under the circuit > - many threads and one connection No - neither fbclient.dll nor gds32.dll are threadsafe.* Each thread must have its own connection. *IB7.1 claims to deal with this problem by serializing all access. I suspect the solution has performance problems, though. Paul -- Paul Reeves http://www.ibphoenix.com Supporting users of Firebird and InterBase |