Re: Database connection pool scope

2001-02-27 Thread Valeriy Molyakov
? This method - multithreading ? - Original Message - From: "Jon Crater" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 26, 2001 6:35 PM Subject: Re: Database connection pool scope the singleton is just a concrete java class that ensures only one instance

RE: Database connection pool scope

2001-02-26 Thread Randy Layman
] Subject: Database connection pool scope Hello everybody, I am pretty new to Tomcat, but previously developed applications for other Java application servers (mostly Bea Weblogic). We want to set up a database connection pool to enhance performance, but we are making database connections using our class

RE: Database connection pool scope

2001-02-26 Thread Jon Crater
lass which creates and manages jdbc connections. -jc Original Message Follows From: Randy Layman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Database connection pool scope Date: Mon, 26 Feb 2001 07:58:53 -0500 First of all, there are several

Re: Database connection pool scope

2001-02-26 Thread Valeriy Molyakov
Two questions: What is the singleton? Where it is possible to receive such class ? - Original Message - From: "Jon Crater" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 26, 2001 5:17 PM Subject: RE: Database connection pool scope i use a connection pool