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 link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What are the phases of servlet life cycle?
What is the use of java servlet api?
How do cookies work in servlets?
What is a java servlet?
What do you mean by chaining in servlet?
How do you design microservices?
What are the two important api's in for servlets?
How can you use a servlet to generate a plain text instead of html?
How do servlets work?
Is it good idea to create servlet constructor?
Which method is called when reference variable is passed in system.net?
The code in a finally clause will never fail to execute, right?
How do you find out what client machine is making a request to your servlet
Which event is fired at the time of session creation and destroy?