-
Mar 11th, 2012, 12:25 PM
#1
Explicitly send a connection back to the pool.
I am using connection pooling with websphere6.1 and spring jdbc.I am firing a select query on the database.After this I want to explicitly release the connection logically back to the pool.Is there a way to do so?
-
Mar 12th, 2012, 02:19 AM
#2
No... That is done for you, the fact that you use a connection pool or a basic datasource is hidden from your application. The difference is when the connection is closed the basic datasource actually closes the connection, the connection pool returns it to the pool.
-
Mar 12th, 2012, 12:40 PM
#3
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules