2 messages in com.mysql.lists.javaRe: Connection Pooling
FromSent OnAttachments
Carson Reynolds08 Jul 1999 12:07 
Osma Ahvenlampi09 Jul 1999 01:37 
Subject:Re: Connection Pooling
From:Osma Ahvenlampi (oa-l@spray.fi)
Date:07/09/1999 01:37:43 AM
List:com.mysql.lists.java

Carson Reynolds <cars@media.mit.edu> writes:

under high load scenarios. Has anyone implemented connection pooling? Did you do it using a servlet or JSP code?

Which JSP API version are you using? 0.92 and above have pretty good support for JavaBeans, and most implementations transparently support Bean lifespans for a session or application. You might want to implement a connection pool Bean and give it lifespan over the entire application.