Re: Python DB API Techniques
Posted by:
Eric Buehl
Date: January 11, 2006 04:45AM
Well, after re-reading the python api spec,
http://www.python.org/peps/pep-0249.html , I found that this version of MySQLdb (v1.1.8) is reporting that MySQLdb.threadsafety = 1. From the spec, this means that "Threads may share the module, but not connections." That pretty much answers all of my questions!
If anyone has anything else to add, please do so!
Eric
Subject
Written By
Posted
Re: Python DB API Techniques
January 11, 2006 04:45AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.