[Zope] Using MySQL from a product

Nick Arnett narnett@mccmedia.com
Tue, 29 Jul 2003 10:18:12 -0700


> -----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