29 Jul
2003
29 Jul
'03
5:18 p.m.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Gilles Lenfant
...
Warning, you should get the MySQLdb.Connection objects from a pool of connections : a MySQLdb.Connection object is not thread safe.
Could you explain what this implies, in a practical sense? Would it mean having a shared module that creates connections, then all external methods would import it? How about products that use MySQLdb? Nick