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).
pgpd6qWXmQpEn.pgp
Description: PGP signature
