Servlets threads

2001-05-08 Thread Gerry Duhig
I have written a Java servlet that seems to work quite well but I am confused about the exact context in which it runs. At initialisation it creates a JDBC connection and uses that to connect to a remote Oracle Database on each activation of the servlet. The connection remains open until

Re: Servlets threads

2001-05-08 Thread eric chacon
running Tomcat with a J2EE EJB server such as JBoss, then connection pooling is part of *that* package. Hope this helps, E. From: Gerry Duhig Reply-To: [EMAIL PROTECTED] To: Subject: Servlets threads Date: Tue, 8 May 2001 20:55:23 +0100 I have written a Java servlet that seems to work quite well

Re: Servlets threads

2001-05-08 Thread Wolle
is part of *that* package. Hope this helps, E. From: Gerry Duhig Reply-To: [EMAIL PROTECTED] To: Subject: Servlets threads Date: Tue, 8 May 2001 20:55:23 +0100 I have written a Java servlet that seems to work quite well but I am confused about the exact context in which it runs

RE: Servlets threads

2001-05-08 Thread MacCormac Rinehart
-Original Message-From: Gerry Duhig [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 08, 2001 12:55 PMTo: [EMAIL PROTECTED]Subject: Servlets threads I have written a Java servlet that seems to work quite well but I am confused about the exact context in which it runs