what is connection pooling

Answers were Sorted based on User's Feedback



what is connection pooling..

Answer / akash verma

connection pooling is a pool which contains connections which are not in working but when they are required they are fetched from the connection pool and when the work is finished they again go back in the connection pool for next call.Thus there is no need to create new connection again and again, the same connection can be used only by calling it every time.

Is This Answer Correct ?    4 Yes 0 No

what is connection pooling..

Answer / shipra agarwal

Coonection pooling Where several of threads reagrding
connection are stored.Whenver they required just fetched
from the pool.After when their work finished again they go
back to the pool for next calling.

Is This Answer Correct ?    4 Yes 2 No

what is connection pooling..

Answer / narayanaprasad

Connection Pooling can increase the database performance to
a huge extent. This article discusses what Connection
Pooling actually is, how it can boost the performance of
database access and how we can create a Connection Pool in
.NET and add and remove connections to it.

Is This Answer Correct ?    6 Yes 5 No

what is connection pooling..

Answer / krishana bihari singh

Pooling connections can significantly enhance the
performance and scalability of your application. The .NET
Framework Data Provider for SQL Server provides connection
pooling automatically for your ADO.NET client application.
You can also supply several connection string modifiers to
control connection pooling behavior (see the
section "Controlling Connection Pooling with Connection
String Keywords" later in this topic).

Is This Answer Correct ?    2 Yes 1 No

what is connection pooling..

Answer / padmaja

suppose we can create one connection and place that
connection in a pool.then,no need to create new connection
when we required.we can reuse from that connection pooling.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Mention what is the difference between “ActionResult” and “ViewResult” ?

0 Answers  


how to face first interview in .NET?

2 Answers   HCL, Xponent,


Which version of .net framework is installed?

0 Answers  


How do I change the permission set for a code group

1 Answers   4Cplus,


What is strong name?

5 Answers  






Why do you need to serialize

1 Answers  


In Server how to check whether model has error or not in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Do you know about the new features in ASP.Net MVC 4 ?

0 Answers  


Mention some action filters which are used regularly in ASP.Net MVC?

0 Answers  


What are the features that are new in .net 2.0

2 Answers   Emphasis,


What are differences between entity framework and l2s? : Entity framework

0 Answers  


Can we look at the IL for an assembly?

2 Answers  


Categories