MySQLDB multiple cursor question

Brian Kelley bkelley at wi.mit.edu
Thu Jan 8 19:28:59 EST 2004


AdSR wrote:
> 
> See PEP 249, read about the "threadsafety" global variable.
> 
There you have it.  MySQLdb has a threadsafety level of 1 which means 
that connections can't be shared but the module can.

I guess I'm doing it the right way now :)


> HTH,
> 
> AdSR




More information about the Python-list mailing list