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
Which component handles cluster communication in jboss?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is threadfactory?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is synchronization and why is it important?
Why is actionform a base class rather than an interface?
which book is better for jdbc ,servlets and jsp
Name the class that is used to bind the server object with RMI Registry?
What is TL and its use?
Can constructors be synchronized in java?
what are getters and setters in Java with examples?
how do you Handle Front End Application data against DB with example?
Is there a guarantee of uniqueness for entity beans?
Describe activation process?
Write a singleton program?