Hi All, I am facing memory leakage problem with the multiple connection pooling. If application hit for more than 5 times concurrently then it will hang. I am using Tomcat Server 3.2.1, jsp and servlet to interact with in the application. We tested out the performance of the application using Optimizer, connection object creation takes lot of CPU Time and also the performance graph shows that once the prepared statement is executed the connection object will not come to the same postion by releasing the resources but each object will be having some memory in it. I would appreciate if there is any code sample which is available to solve this problem there by avoiding the memory leakage as well enhancing the speed of the application. regards -sada ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
