Hi Friends,
Suppose you have a web appliction which consists of 100
clients are connected with Connection pooling and they are
associated with 100 connection objcet and connected
with DB sever,Due some problem DB-Server suddenly crashed
and server came to down state for a while after few minutes
DB-server once again up,Now how will I manage my Pool
Management with my 100 clients...can any one tell
me??????????????????
Answer Posted / amit arora
I believe if db server suddenly crashed, then all the
connections are lost.
Also, all the sessions are expired for each and every
client.
now, when db-server is again up.
As soon as first client request for any data. (if session
tracking) then It will creates new session and create first
connection.(or get the first connection from the connection
pool). Summary- Connection pool need to be reset from
begining, and this will grow up the conections as per your
original logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ServletContext object?
Is servlet a controller?
Why is init() method is used in servlets?
Explain is servlet mapping?
List out the difference between ServletConfig and ServletContext?
Explain how to improve Servlet Performance?
What is the structure of the http response
Explain the difference between servlet and cgi?
What is the purpose of inter-servlet communication?
How httpservlet is different from the genericservlet?
How do you invoke a servelt?
What is a servlet?
What are some disadvantages of storing session state in cookies?
What's the servlet interface?
How do you define a servlet?