How do you create connections for number of users, if you
want to improve performance?

Answers were Sorted based on User's Feedback



How do you create connections for number of users, if you want to improve performance?..

Answer / niranjanravi

connection pooloing

Is This Answer Correct ?    3 Yes 0 No

How do you create connections for number of users, if you want to improve performance?..

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

Post New Answer

More Servlets Interview Questions

What is session?

0 Answers  


What is servlet interface?

0 Answers  


How can we perform any action at the time of deploying the project?

0 Answers  


What is the need of session tracking in web application?

0 Answers  


Is servlet a framework?

0 Answers  






What is httpservlet class?

0 Answers  


How do you deal property files in servlet?

0 Answers  


what is multiple server?

0 Answers  


What are all the ways for session tracking?

0 Answers  


How to pass a requrest object of one servlet as a request object to another servlet?

4 Answers   Verizon,


Which method the Servlet container call to create the instance of the servlet?

16 Answers   emc2, JK Technosoft,


When servlet object is created?

0 Answers  


Categories