What is Connection Pooling?
Answer / 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 |
What are skeletons and stubs and how they are generated?
Can I have an action without a form?
what is domain,give me some brief information about that?
What are the thread-to-thread communcation?
How do you download stubs from a Remote place?
How will the struts know which action class to call when you submit a form?
Can constructors be synchronized in java?
What is there in browser that it supports web based applications of java or any other PL?
What is meant by method chaining?
What are the advanatages of RMI ?
What is the relationship between an event-listener interface and an event-adapter class?
What class is the top of the awt event hierarchy?