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 do I change the color of a form in visual basic?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is visual basic used for?
What is dao in vb?
What is the difference between change event in normal combobox and dbcombobox?
What is the use of ActiveX Documents?
Why doesn't "my string" & Chr$(13) do what I want?
Explain about arrays?
Where can I get good up-to-date information about VB?
How would you run your ActiveX Document Dll?
How the image application?
Explain Default cursor Type and LockEdit type in DAO?
Timer control contains ________ no. of events.
Is there a way to break long lines in VB code?
What is the use of NEW Keyword? Explain.