I'm using DbConnectionBroker together with mm.mysql and
a few servlets.
When I look in the log, about each minute, it posts the
this:
=== Cut ===
org.gjt.mm.mysql.jdbc2.Connection@2b28fe:
Thu Aug 30 12:11:17 CEST 2001 ***** Recycling connection 0:
Thu Aug 30 12:11:17 CEST 2001 Opening connection 0
=== Cut ===
Why does it recycle the connection? Is it because there where
some kind of problem with the connection it's recycling? I'm
pretty sure that I call freeConnection() after creating and
using a connection.
Greetings
Joergen Ramskov