What is Connection Pooling?
Answer / suraj kumar
Connection pooling is conceptually similar to any other form
of object pooling. Database connections are often expensive to
create because of the overhead of establishing a network
connection and initializing a database connection session. In
turn, connection session initialization often requires time
consuming processing to perform user authentication, establish
transactional contexts and establish other aspects of the
session that are required for subsequent database usage.
Hence, sharing of connection object helps to both alleviate
connection management overhead and decrease development tasks
for data access. The sharing and storing mechanism of
connection object is known as connection pooling.
| Is This Answer Correct ? | 16 Yes | 1 No |
whether the connectionpooling used in struts?
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
What are the types of scaling?
What are the methods used for inter-thread communication? and in what class these methods are defined?
whats is statement and procedure
What is RMI architecture?
difference between applicationserver and webserver
What is a task?s priority?
Do I have to use jsps with my application?
What is ioc concept?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Can I use multiple html form elements with the same name?