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 |
When servlet is loaded?
Name the packages that work with servlet?
What are the different mode that servlets can be used?
How can we refresh automatically when new data has entered the database?
what happens if we wont use destroy()?
What are the advantages of cookies?
What is with the javax.servlet package naming?
What are the uses of servlets?
What are the types of servlet?
can v create a constructor 4 servlet?
What is a servlet context object?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code