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 can you get selected file from file system Control?

0 Answers  


Is it possible to change menu runtime using API? If yes Specify the function names?

0 Answers  


When should we use recursive programming?

0 Answers  


How would you Create a Query Builder and Explain its uses

0 Answers  


How would you attach pictures in Treeview Control?

1 Answers   HCL,






CRETE A BACKUP FILE

1 Answers   RRB,


Which controls can not be placed in MDI?

3 Answers  


What is Static Variable?

3 Answers  


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

0 Answers  


Explain about conditional operators?

0 Answers  


What do you mean by HTTP?

4 Answers   Wipro,


What is DAO?

2 Answers  


Categories