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
How would you create Visual basic Document file?
How would you activate animation control?
what are the Types of LockEdits in RDO?
How to find the current record position in data control?
Difference between ActiveX Control and Standard Control.
What are the properties of datacontrol?
How do I make my applications screen-resolution independent?
Whether HTML supports multimedia: and document links?
What is datagrid in vb net?
what are the Differenct Types of Procedures in VB?
____ property is used to lock a textbox to enter a datas.
Where can I get updated VB and other Microsoft files?
What is data binding in vb net?
Difference between Recordset and Resultsets.
____ is the difference between Listindex and Tab index.