Barry Smith <[email protected]> writes:

>   hence are not thread safe. Is there any decent way to deal with this?

Make those variables thread local?  Or make the database an object
instead of a collection of global variables, in which case it can be
cloned for each thread to access (and manipulate).

Attachment: pgpd6qWXmQpEn.pgp
Description: PGP signature

Reply via email to