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...

whats is mean by connectionpooling

Answer Posted / ramesh s

In software engineering, a connection pool is a cache of
database connections maintained by the database so that the
connections can be reused when the database receives future
requests for data. Connection pools are used to enhance the
performance of executing commands on a database. Opening and
maintaining a database connection for each user, especially
requests made to a dynamic database-driven website
application, is costly and wastes resources. In connection
pooling, after a connection is created, it is placed in the
pool and it is used over again so that a new connection does
not have to be established. If all the connections are being
used, a new connection is made and is added to the pool.
Connection pooling also cuts down on the amount of time a
user must wait to establish a connection to the database.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between DurableSubscription and non- DurableSubscription?

2234


Do I have to use jsps with my application?

1064


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

1100


What is the difference between system.out ,system.err and system.in?

1156


Difference between hashmap and hashtable?

1220


What are the difference between RMI and CORBA?

1166


What is the form of storage space in java?

2294


Can I import same package/class twice? Will the jvm load the package twice at runtime?

1189


Are we allowed to change the transaction isolation property in middle of a transaction?

1076


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

4340


What is the relationship between local interfaces and container-managed relationships?

1183


What are the call back methods in entity bean?

1110


What is local interface. How values will be passed?

1086


Name three component subclasses that support painting?

1121


Explain about local interfaces.

1113