What are Benefits of Connection Pooling?
Answers were Sorted based on User's Feedback
Answer / suraj kumar
1. Connection pooling can improve the response time of any
application that requires connections, especially Web-based
applications.
2. The characteristics of the pool can be changed without
affecting the application (e.g pointing to different vendor's
database (Oracle, MySQL) without changing any code)
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / devender
Point 1 is correct but in point 2 is not satisfactory
because if connection pooling is vendor specific then it
could be on eof the substitute of Hibernate
| Is This Answer Correct ? | 1 Yes | 1 No |
Can I use multiple html form elements with the same name?
What is source and listener?
What exceptions are thrown by RMI?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
How has the sandbox changed with Java 2?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Define the remote object implementation?
What is MOM?
What is the difference between long.class and long.type?
What is the use of Semaphore?
Which class is the immediate superclass of the menucomponent class?
When a thread blocks on i/o?