How do you create connections for number of users, if you
want to improve performance?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is session?
What is servlet interface?
How can we perform any action at the time of deploying the project?
What is the need of session tracking in web application?
Is servlet a framework?
What is httpservlet class?
How do you deal property files in servlet?
what is multiple server?
What are all the ways for session tracking?
How to pass a requrest object of one servlet as a request object to another servlet?
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
When servlet object is created?