6 messages in com.mysql.lists.javaRe: Why a fifteen minute response time?
FromSent OnAttachments
Frank Burns18 Jul 2004 15:23 
Christopher Marsh-Bourdon19 Jul 2004 00:59 
Frank Burns23 Jul 2004 03:19 
Kevin A. Burton23 Jul 2004 22:39 
Kevin A. Burton24 Jul 2004 11:47 
Xanana Gusmao05 Aug 2004 20:37 
Subject:Re: Why a fifteen minute response time?
From:Xanana Gusmao (xana@spamgourmet.com)
Date:08/05/2004 08:37:34 PM
List:com.mysql.lists.java

Christopher,

Even JBoss's default connection pooling suffers from the same problem. However it has an option check-valid-connection-sql that will make the pool run a sql against the connection. Any exception received will cause the pool to get another SQLConnection.

Xanana