Describe Database Connection pooling relative to MTS ?
Answer Posted / guest
This allows MTS to reuse database connections. Database
connections are put to ?sleep? as opposed to being created
and destroyed and are activated upon request.
Object pooling is an important design concept required for
high-performance applications.
A performance optimization based on using collections of
preallocated resources, such as objects or database
connections. Pooling results in more efficient resource
allocation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which type of object requires this object?
How can you force new objects to be created on new threads?
Which type of object requires this object?
____ property of menu cannot be set at run time.
What is rdo in vb?
What is constructors and distructors.
What's the difference between MODAL and MODELESS forms?
what are the Differenct Types of Procedures in VB?
Explain about manipulating the recordset object
What is the default workspace?
How do you avoid the "Invalid use of null" error when reading null values from a database?
How to get Cursor position using API?
Is it possible to Access BackEnd procedures? Explain.
How do I create controls dynamically (at run-time)?
What are the types of Error? In which areas the Error occurs?