[Zope] mysql connections in External Methods

Dieter Maurer dieter@handshake.de
Fri, 4 Jul 2003 21:23:53 +0200


Dennis Allison wrote at 2003-7-1 15:28 -0700:
 > I have an external method that opens its own connection to MySQL and
 > performs a few reads and updates, then I close the connection.  
 > Apparently closing the connection does not really close things off as
 > the connections are persistent.  Eventually, I run out and things 
 > grind to a halt.  Is there a way to force the connection to really die?

"Close" should close. If it does not, this almost surely is a bug you
should report to the author.


Dieter