Subject | Re: [IBO] Access violations in ibserver.exe and gds32.dll |
---|---|
Author | Christian Gütter |
Post date | 2003-01-10T13:46:29Z |
Hi Christoph,
thread? I am asking because the GDS32.DLL of Interbase 6.0x
and Firebird 1.0x is not thread safe.
This means if you want to access the database with more then
one thread, you have to use one connection per thread.
Many people have been reporting problems (AVs in GDS32.DLL)
when using many threads which are sharing one connection.
HTH,
Christian
> The database will accessed always by the same thread by components ofAre you sure that the database is only accessed by just one
> IBObject. We use for all database connection the TCP/IP
> protocol.
thread? I am asking because the GDS32.DLL of Interbase 6.0x
and Firebird 1.0x is not thread safe.
This means if you want to access the database with more then
one thread, you have to use one connection per thread.
Many people have been reporting problems (AVs in GDS32.DLL)
when using many threads which are sharing one connection.
HTH,
Christian