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 How fast can you re-connect to DB 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 "How fast can you re-connect to DB" Watch "How fast can you re-connect to DB" New topic
Author

How fast can you re-connect to DB

mahavir swami
Greenhorn

Joined: Sep 18, 2009
Posts: 13
Is there a time limit between consecutive connection,
i mean if you connect to a db , using DriverManager.getConnection
and then you close the connection and then reconnect again ,
and this process you repeat many times, is there some minimum time you have
to wait before you can reconnect
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
I would imagine that some DBs have a setting for this, although I've never heard about such a thing. Why do you ask?


Android appsImageJ pluginsJava web charts
 
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: How fast can you re-connect to DB
 
Similar Threads
Client configuration, please help
how to detect connection status
Socket connections on LAN?
PoolableConnectionFactory problem
Infinite loop in Init method of Servlet