RE: need inputs on connection pool

2006-04-06 Thread Chandrashekhar O
om Orielly) and then make your changes on the top of that. Regards, Chandrashekhar. -Original Message- From: Lenin Lakshminarayanan -X (lelakshm - HCL at Cisco) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 11:45 PM To: Tomcat Users List Subject: RE: need inputs on conne

Re: need inputs on connection pool

2006-04-05 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

RE: need inputs on connection pool

2006-04-05 Thread Lenin Lakshminarayanan -X \(lelakshm - HCL at Cisco\)
ED] Sent: Wednesday, April 05, 2006 8:16 AM To: users@tomcat.apache.org Subject: need inputs on connection pool Hi, we are implementing the connection pooling in our application. connections are taken from the data source. After getting the connection i need to confirm whether

RE: need inputs on connection pool

2006-04-05 Thread Farrow, Marc
Then you need to check your Driver and see what level of JDBC it is implementing for a complete answer. -Original Message- From: Abh N [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 11:27 AM To: Tomcat Users List Subject: RE: need inputs on connection pool Thanks Marc. I

RE: need inputs on connection pool

2006-04-05 Thread Abh N
:16 AM To: users@tomcat.apache.org Subject: need inputs on connection pool Hi, we are implementing the connection pooling in our application. connections are taken from the data source. After getting the connection i need to confirm whether i have to explictly close the connection like conn.close () i

Re: need inputs on connection pool

2006-04-05 Thread Larry Meadors
Calling close() on a pooled connection simply returns it to the pool, however, i have seen some cases where calling ti twice closes it for real. Don't do that. If you are interested in other options that eliminate that concern, you may want to try iBATIS - you would still use SQL, but it manages t

RE: need inputs on connection pool

2006-04-05 Thread Farrow, Marc
@tomcat.apache.org Subject: need inputs on connection pool Hi, we are implementing the connection pooling in our application. connections are taken from the data source. After getting the connection i need to confirm whether i have to explictly close the connection like conn.close

need inputs on connection pool

2006-04-05 Thread Abh N
Hi, we are implementing the connection pooling in our application. connections are taken from the data source. After getting the connection i need to confirm whether i have to explictly close the connection like conn.close () i want to know in above case whether connect

need inputs on connection pool

2006-04-05 Thread Abh N
Hi, we are implementing the connection pooling in our application. connections are taken from the data source. After getting the connection i need to confirm whether i have to explictly close the connection like conn.close () i want to know in above case whether connect