What is Connection Pooling?
Answer Posted / suraj kumar
Connection pooling is conceptually similar to any other form
of object pooling. Database connections are often expensive to
create because of the overhead of establishing a network
connection and initializing a database connection session. In
turn, connection session initialization often requires time
consuming processing to perform user authentication, establish
transactional contexts and establish other aspects of the
session that are required for subsequent database usage.
Hence, sharing of connection object helps to both alleviate
connection management overhead and decrease development tasks
for data access. The sharing and storing mechanism of
connection object is known as connection pooling.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Explain how will the struts know which action class to call when you submit a form?
What are JTA/JTS and how they used by client?
What restrictions are placed on the location of a package statement within a source code file?
what is Activation Instantinator?
what is the use of State Factories?
Why a component architecture for the java platform?
Where can I ask questions and make suggestions about seam?
What is the relationship between the canvas class and the graphics class?
What is the argument type of a programs main() method?
What is abstract schema?
What are the types of scaling?
Why use POJO when I can use hashmap
What is the difference between RMI registry and OS Agent?
What is clustering? What are the different algorithms used for clustering?
What is the diffrence between a local-tx-datasource and a xa-datasource?