Subject | Re: Jaybird NOT thread-safe? |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-05-05T14:54:58Z |
Hi,
extensivly AS3AP multi-user tests and it works fine.
cannot work with the same connection object. However connection per
thread should work ok.
Best regards,
Roman Rokytskyy
> Each thread has its own connection object (obtained from aAre you sure that you use connection per thread? Yesterday I run
> connection pool).
> ...
> Running multiple threads though, brings out a bunch of ugly
> exceptions (eg. cannot call getAutocommit for something
> something..., BLOB exceptions, etc....)
extensivly AS3AP multi-user tests and it works fine.
> Using an older version of the driver (several weeks/months back)What latest version of the driver works? Do you know the date?
> somewhat perfectly.
> Is this a bug in implementation?JayBird 1.0 is not multithread safe, this means that multiple threads
cannot work with the same connection object. However connection per
thread should work ok.
Best regards,
Roman Rokytskyy