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 is RRL?
can any one tell me how to learn good coding techniques
Is jvm a overhead?
Is the ternary operator written x : y ? Z or x ? Y : z ?
whats is stored procedure,joins
Why does the tag url-encode javascript and mailto links?
What is table mutation and how do you avoid it?
what is a non-repeatable read?
what is meant by JRMP?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
When is the best time to validate input?
What restrictions are placed on the location of a package statement within a source code file?