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
What about DLL calls that require callbacks?
____ property of menu cannot be set at run time.
What are the types of API Types.
How would you attach an ActiveX control in Your Application?
How can you get selected file from file system Control?
What is Pseudocode?
what are the Default cursor Type and LockEdit type in DAO?
What are the important components of OLEDB?
Where can I get updated VB and other Microsoft files?
What is rdo in vb?
Explain the differences between ActiveX Dll and ActiveX Exe?
What is the-use of property page Wizard in ActiveX Control?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
How do I create a window with a small title bar as in a floating toolbar?
Why visual basic is used?