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 activation monitor and what is its job?
Brief description about local interfaces?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is the argument type of a programs main() method?
Explain the different types of memory used by jvm?
What are the different algorithms used for clustering?
What is RRL?
Are we allowed to change the transaction isolation property in middle of a transaction?
What are the types of data passing mechanisams under JMS specification?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
How are the elements of a cardlayout organized?
What is JasperReports?