MySQLDB multiple cursor question

Brian Kelley bkelley at wi.mit.edu
Fri Jan 16 11:51:18 EST 2004


Dennis Lee Bieber wrote:

> Brian Kelley fed this fish to the penguins on Thursday 08 January 2004 
> 16:28 pm:
> 
> 
>>There you have it.  MySQLdb has a threadsafety level of 1 which means
>>that connections can't be shared but the module can.
>>
> 
>         I'd run into a reference to that attribute in the Nutshell, but the 
> section on DB-API only mentioned that 0 meant not-thread-safe; no 
> explanation of what different positive values might mean (and I didn't 
> have time this morning to try to find it via google).

If you google for PEP 249 you'll find the description.

Brian




More information about the Python-list mailing list