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  


To find the current recordposition in data control.

0 Answers  


Why we use Treeview Control?

2 Answers  


____ property is used to lock a textbox to enter a datas.

0 Answers  


what are the types of combo box?

1 Answers   Satyam,






What is Implicit?

1 Answers  


what is the Difference between Declaration and Instantiation an object?

1 Answers  


How about Access 2.0 compatibility?

0 Answers  


Is it possible to call oracle database through ADO control or Object?

0 Answers  


Why we need a MDI form? How can we make a form as a mdichild form?

2 Answers   TCS,


What is the difference between a property a method and an event? Give an example of each.

18 Answers   Microsoft,


Through which protocol OLEDB components are interfaced?

0 Answers  


Categories