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 |
difference between sql exception class and sql warning class
What is RMI and what are the services in RMI?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
i want documentation of text file splitter & merger of advanced java
To identify IDL language what mapping mechanism is used?
How to get an image from db2 database plz help as soon as possible
How would you detect a keypress in a jcombobox?
Why a component architecture for the java platform?
How do u supress the parameters from the displaying in the url?
difference between apllet and interface class
Explain lazy activation?
What is Remote Interface?