|
|
Activity:
Question posted: 08 08 2010 16:54:42 +0000,
3 answers, 161 views, last activity
08 09 2010 10:14:53 +0000
|
|
|
|
I am not asking the definition. This question is for the .net/Java developers. I wanted to know, whether connection pooling is the part of CODING or this concept is handled by SERVER/OS. Whether a programmer can handle the Connection Pooling?
3 Answers for "What is connection pooling? "
Prev1NextShowing 1 - 3 of 3
Answered by
Shirshendu Ghoshal, technical coordinator, pema rules pvt ltd
| 08 09 2010 10:14:53 +0000
Answered by
Sudhir Kumar Pal, Sr Software Engineer, Percept Technologies
| 08 09 2010 08:21:40 +0000
Opening a database connection is a resource intensive and time consuming operation. Connection pooling increases the performance of Web applications by reusing active database connections instead of creating a new connection with every request. Connection pool manager maintains a pool of open database connections. When a new connection requests come in, the pool manager checks if the pool contains any unused connections and returns one if available. If all connections currently in the pool are busy and the maximum pool size has not been reached, the new connection is created and added to the pool. When the pool reaches its maximum size all new connection requests are being queued up until a connection in the pool becomes available or the connection attempt times out.
Pankaj I think it can be handled. Since I haven't worked on it I don't have deep knowledge about it. But I found this link informative. Hope it will help you....
http://java.sun.com/developer/onlineTraining/Programming/JDCBook/conpool.html
:)
Prev1NextShowing 1 - 3 of 3
Found the question
"What is connection pooling? "
interesting?
Refer to your connections and communities

Post Your Resume Now !
Occupancy Accounting - CA, Bangalore
Assistant Manager - Market Research, Bangalore
Teppanyaki/Sushi Chef, Bangalore
Viewers also viewed
|
|
|
|
|
|
Unanswered Questions (64)
|
|
|
|
|
|
Sponsored Jobs
More From Author
I really support this concept, But unfortunately, it will take a lots of time to implement it. |
I am totally agreed with "Suryanarayan Murthy", even I changed my initial jobs so quickly for the same reason. Beginners looks so energetic and talented too, they want good opportunity to do good job, but unfortunately found that immediate boss either... |
Yes, that's true. |