The MySQL server closes idle connections after a standard timeout period.
When this happens, your JDBC driver attempts to write to a socket that has
been closed, thus you get an exception.  You can either change the timeout
on the MySQL server or you can have a thread that wakes up every half hour
or so and uses all of your connections in your pool that are getting
stale.

Jonathan

---
the Adrenaline Group, Inc.
www.adrenalinegroup.com


On Wed, 26 May 1999, Sven Duzont wrote:

> Hello,
> I use Jserv1.0b2 running on Apache web Server 1.3.3 on linux redhat and 
i
> have encountered a problem.
> I have one servlet that use a JavaBean that use a connection pooling in



-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to