Describe Database Connection pooling relative to MTS ?



Describe Database Connection pooling relative to MTS ?..

Answer / 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

More Visual Basic Interview Questions

How would you create your application in DHTML?

0 Answers  


what is a property to resize a label control according to your caption?

2 Answers  


What is Seek Method which type of record set is available this?

0 Answers  


How would you activate animation control?

1 Answers  


Which property of textbox cannot be changed at runtime. What is the max size of textbox?

0 Answers  


what are the Types of Resultsets?

0 Answers  


VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?

0 Answers  


What is the difference between change event in normal combobox and dbcombobox?

0 Answers  


How can you force new objects to be created on new threads?

0 Answers  


HTML stands for What? Use of HTML ?

1 Answers  


What is the need of tabindex property is label control.

0 Answers  


How many objects resides in ADO ?

0 Answers  


Categories