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’s the use of the servlet wrapper classes??
what happens if we wont use destroy()?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
Why don't we write a constructor in a servlet?
How do we go with database connection and log4j integration in servlet?
How do you find out what client machine is making a request to your servlet
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
What is the difference between using getSession(true) and getSession(false) methods?
What is cookies in servlet with example?
can servlet have instance variables?
please give url to get orinal software for I-net crystal clear java report tools?