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 |
function of extends and implements keywords?
In a multitiered application which tier is the browser in?
Connection Pooling with different type of databases?
Why are my checkboxes not being set from on to off?
difference between applicationserver and webserver
Explain the methods of Naming class, rebind( ) and lookup()?
What method MUST be implemented by all threads?
Which textcomponent method is used to set a textcomponent to the read-only state?
What is the immediate superclass of the applet class?
Can I run seam with jdk 1.4 and earlier?
whats is mean by tiles in struts
what is heepStored?