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 ?

Answer Posted / madhunathanv

Connection pooling increases the performance of Web
applications by reusing active database connections instead
of creating a new connection with every request.

Connection pool manager maintains a pool of open database
connections. When a new connection requests come in, the
pool manager checks if the pool contains any unused
connections and returns one if available. If all
connections currently in the pool are busy and the maximum
pool size has not been reached, the new connection is
created and added to the pool.

When the pool reaches its maximum size all new connection
requests are being queued up until a connection in the pool
becomes available or the connection attempt times out.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is serialization and de-serialization in .net?

981


Give an example of a .net application which connects to microsoft access database using ado.net classes.

1211


How can we perform transactions in .net?

1099


How to identify the controls which can be used for binding data?

1044


Which parameter of ConnectionString is used to specify the name of the database?

1113


What is csdl entity framework?

1063


Explain the various objects in dataset.

1045


What are disadvantages of microsoft-provided data provider classes in ado.net?

1086


Is ado.net an orm?

1003


How would you connect to database using .NET?

1076


What is linq and entity framework?

1058


What is the meaning of object pooling?

1310


What is the purpose of using adodb?

1010


Explain the difference between data reader and data set?

964


Explain the namespaces in which .net has the data functionality class.

1151