RE: Connection Pool and Connections

2007-10-09 Thread Peng Tuck Kwok
go to the same database - original message - Subject: Connection Pool and Connections From: lightbulb432 <[EMAIL PROTECTED]> Date: 01/06/2007 19:01 When using the tomcat-dbcp DataSource, when my web application code gets a connection: myConnection = myDataSource.ge

Re: [OT] Connection Pool and Connections

2007-06-01 Thread Pid
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 lightbulb, (I marked this as off-topic since it's really a JDBC/DBCP issue, not a Tomcat one. I'm still happy to answer.) lightbulb432 wrote: Is it possible that myStatement1 and myStatement2 would be run using different

Re: Connection Pool and Connections

2007-06-01 Thread Johnny Kewl
- From: "lightbulb432" <[EMAIL PROTECTED]> To: Sent: Friday, June 01, 2007 9:01 PM Subject: Connection Pool and Connections When using the tomcat-dbcp DataSource, when my web application code gets a connection: myConnection = myDataSource.getConnection(); then executes m

Re: [OT] Connection Pool and Connections

2007-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 lightbulb, (I marked this as off-topic since it's really a JDBC/DBCP issue, not a Tomcat one. I'm still happy to answer.) lightbulb432 wrote: > Is it possible that myStatement1 and myStatement2 would be run using > different physical database connect

Connection Pool and Connections

2007-06-01 Thread lightbulb432
application connections? If this question doesn't make sense, I can clarify. Thanks a lot. -- View this message in context: http://www.nabble.com/Connection-Pool-and-Connections-tf3853952.html#a10918685 Sent from the Tomcat - User mailing list archive at Nabbl