Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the difference between .net core and .net framework?

0 Answers  


what is linq to entities?

0 Answers   Microsoft,


What are the advantages of mvc over asp.net?

0 Answers  


What are the sub types of ActionResult?

0 Answers  


Is there built-in support for tracing/logging

1 Answers  


How to bind table colum with gridview column?

0 Answers  


mention what are the various methods provided by the dataset object to generate xml?

0 Answers   Microsoft,


What is the meaning of unobtrusive javascript?

0 Answers  


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers   Cap Gemini,


What operating systems will the .net framework 3.0 be available for?

0 Answers  


What does CLR do as soon as an assembly is created ?

2 Answers   MMTS,


What is connected scenario? : Entity framework

0 Answers  


Categories