Hi all, I have a Servlet that connects via OCI8 to an oracle database. I use a connection pool like it is in "Jason Hunters: Servlet Programming". But however, if I use oracles buildin connection pool from oracle.jdbc.pool the problem is the same. I use Apache (Linux) with Tomcat 3.2.1 and what I see is that apache childs hung up while writing. The connections of the hanging childs remain open and used and so the connectionPool creates new connections. I think the problem isn't apache or jdbc, so it must be my servlet code. Has anyone experiences with similar problems? Thanks Stefan ___________________________________________________________________________ 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
