Subject | RE: [IBO] How make thread safe? |
---|---|
Author | Alan McDonald |
Post date | 2005-10-06T06:25:02Z |
> How I can check, that I use a client DLL (gds32.dll) in thread safe?the client library is not thread safe. You need a separate connection for
> If not in thread-safe, how make in safe-mode?
>
> I try sample in Samples, but these examples do not work, the
> application is blocked (freezes) nothing also occurs: (
>
> Is it mean, non-safe thread?
>
each thread to make it safe. Or you need to ensure that no 2 threads use the
same connection simultaneously
Alan