What are object pooling and connection pooling and difference?
Answer Posted / guest
Connection Pooling:-
-Creation is on the same thread, so if there is nothing in
the pool, a connection is created on your behalf.
-There is nothing like minimum value or maximum value.
Object pooling :-
-The pool might decide to create a new object. However, if
you have already reached your maximum, it instead gives you
the next available object. This is crucial behavior when it
takes a long time to create an object, but you do not use it
for very long.
-We can set minimum and maximum values of object pooling.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Describe session handling in a webform, how does it work and what are the limitations?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is view state in .net?
Explain how to produce an assembly?
Explain attributes in dot net?
What is the difference between reference type and value type?
What is an assembly? What are the different types of assemblies?
What is UDDI and how to register the web service in it?
Explain webfarm vs webgardens in .net?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
Explain about Behavioral design pattern?
Please explain what are an object and a class?
What's typical about a windows process in regards to memory allocation in .net?
What is the difference between boxing and unboxing?
Why you want to leave your previous company.