> From: Keith Thomas [mailto:keith.tho...@gmail.com]
> Subject: Re: How to turn off JNDI datasource connection pooling
>
> provided enough explanation but what I want is for Tomcat
> to keep out of connection creation

It's not clear what you want to do (as opposed to what you don't want to do).  
Is your goal to use a new DB connection for every DB access your webapp makes, 
or do you want to do DB connection pooling inside your webapp, or ???

Not using connection pooling at all is a real performance killer.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to