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 is "NULL"?
What is the use of Hyperlink control for DHTML applications?
How many objects resides in ADO ?
What is rdo in vb?
Is it possible to change menu runtime using API? If yes Specify the function names?
How can you filter out specific type of file using file system controls?
How can I call a 'hidden' DOS program from VB?
OLE is used for _______
Is it possible to set a shortcut key for label?
How would you attach pictures in Treeview Control?
How can you Add API functions to your Application?
What are the types of line styles available in Treeview Control?
How do I make an animated icon for my program?
Are there any examples of commercial applications built using Visual Basic?
Through which protocol OLEDB components are interfaced?