GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP
Go To First  |  Previous Question  |  Next Question 
 ASP  |  Question 135 of 146    Print  
What is Connection Pooling?

  
Total Answers and Comments: 4 Last Update: March 11, 2008     Asked by: naresh kumar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 08, 2006 03:48:52   #1  
Shiv        

RE: what is connection pooling
A connection pool is a set of database connections that are available for an application to use. Connection Pooling is the concept of using a connection pool for enhanced performance.
 
Is this answer useful? Yes | No
October 30, 2006 01:35:14   #2  
Swapna Gentyala Member Since: October 2006   Contribution: 10    

RE: what is connection pooling
Connection Pooling is provided by MTS (Microsoft Transaction Server). Instead of creating and destroying the connections, Connections are put to asleep and revoked when needed. It saves most of the System time when the connections are kept open. It provides reusability as a single connection is used many times.
 
Is this answer useful? Yes | No
September 11, 2007 02:17:33   #3  
gptnitesh Member Since: September 2007   Contribution: 11    

RE: what is connection pooling

Connection pooling is the process of managing the connections effectively and
efficiently by optimizing the usage of database connections.

The way the connection pooling works is,

1. It initializes a pool of connections with the database.

2. When a connection is requested by the application, it returns a connection
from the pool.

3. The application after using the connection returns it back to the pool


 
Is this answer useful? Yes | No
March 11, 2008 06:52:44   #4  
subrataadhyaroy Member Since: March 2008   Contribution: 5    

RE: What is Connection Pooling?
Connection pooling is the ability of re-use your connection to the Database. This means if you enable Connection pooling in the connection object, actually you enable the re-use of the connection to more than one user.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape