[Zope-DB] ZMySQLDA reconnecting
Dieter Maurer
dieter@handshake.de
Wed, 8 May 2002 22:51:50 +0200
Frank Tegtmeyer writes:
> I have three MySQL connections defined that are used for different
> purposes. To track down some Zope crashes I enabled debugging mode. In
> the logs I saw that the connections are closed and reopened very
> often.
They are closed, when the DA objects are flushed from the ZODB cache.
"Control_Panel" -> "Database Management" -> "Cache parameters"
allows you to control caching parameters.
SQLRelay says, MySQL's connect were fast...
Dieter