How do you create connections for number of users, if you
want to improve performance?
Answer Posted / sachin s
YES, Just to add, what connection pooling is....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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to upload a file to the server using servlet?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What are the types of an http request?
How do I use cookies to store session state on the client?
Define context initialization parameters.
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Elucidate servlet attributes and its scope?
How do we share data using 'getservletcontext ()?
What is servlet instance?
Who is responsible for writing a constructor?
How can an existing session be invalidated?
How do we call one servlet from another servlet?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
How do we go with database connection and log4j integration in servlet?
How to generate the server side programming and the advantages of it over the other languages?