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 can you determine performance standards?
Which method is preferred to save data like database to the disk?
What is difference between datagrid and flexgrid?
which property used to add a menus at runtime?
___ is the control used to call a windows application.
____ property of menu cannot be set at run time.
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
How can you filter out specific type of file using file system controls?
___ VB constant make the menu item in centre.
How would you attach pictures in Treeview Control?
What is script control?
what are the Types of LockEdits in RDO?
What is meant by Establish Connection in RDO?
How do you zoom in visual basic?
What are some methods you can use to send data from one VB executable to another one?