This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes Connectionpooling Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Connectionpooling" Watch "Connectionpooling" New topic
Author

Connectionpooling

Mikael Jonasson
Ranch Hand

Joined: May 16, 2001
Posts: 158
Hi!
I'm currently working on an application connected to an oracle database. To speed up the connection to this database, I'd like to use the connectionpooling that's supposed to be part of the java 2-package. However, after reading through the documentation on this, I still can't figure out if the PooledConenction is the container for the connectionpool, or if the JDBC itself holds the connectionpool, and I should use the getPooledConnection() to get a connection, that I use once and then close.
Thankfull for a quick res�ponse, preferably with code-example(s).
/Mike
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Connectionpooling
 
Similar Threads
how many initial connections should be opend
Connection pooling with my own cofiguration file instead of Initial Context.
Maintaining scalability in servlets programming
connection pooling
What is Connection pool?