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

What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.

0 Answers  


What are two validate with Data Control?

1 Answers  


Whats the advantages/disadvantages of using datacontrol vs DAO/ADO/RDO?

1 Answers   L&T, MAHINDRA, Teledata,


_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.

0 Answers  


What is snapshot in vb?

0 Answers  


Data Control missing from toolbox when I use VB under NT3.5. Why?

0 Answers  


Hai! , i make a project for browsing center using vb6.0 , at the time of running below mentioned error is occured so please help me for solve this problem. Error : Can't find project or library

4 Answers   Wipro,


What are 3 main differences between flexgrid control and dbgrid control?

0 Answers  


What is the use of Visual Basic Document file?

0 Answers  


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

0 Answers  


What do you mean by ADO?

1 Answers  


Why API functions are Required?

0 Answers   L&T, Wipro,


Categories