| Author |
how to maintain database using Threads
|
ganesh seluka
Greenhorn
Joined: May 01, 2008
Posts: 7
|
|
Tell me how to maintain database connection open and close in multiple Threads. whether there is any function to check database connection is open or not while any exception throws in threads able to handle database connection.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Why do this? Would it not just make sense to use a Connection Pool?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: how to maintain database using Threads
|
|
|