2 messages in com.mysql.lists.javaDbConnectionBroker: Recycling connect...
FromSent OnAttachments
Jørgen Ramskov30 Aug 2001 04:19 
David Rees30 Aug 2001 08:02 
Subject:DbConnectionBroker: Recycling connection?
From:Jørgen Ramskov (jr@it-optima.dk)
Date:08/30/2001 04:19:46 AM
List:com.mysql.lists.java

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