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 / sreenu bassha
When the server is up all the database interactions are
executing at the time of server down are not committed. As
the server is up and start working fine (no need to worry
about the connections) connections are maintained by the
server.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of servletconfig interface?
How do we call one servlet from another servlet?
What is the difference between CGI and Servlet?
What is the default http method in the servlet?
Difference between GET and POST?
Is servlet a controller?
What is the difference between using getSession(true) and getSession(false) methods?
What are the differences between the servletconfig interface and the servletcontext interface?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is the difference between servlet and filter?
what do you understand by url rewriting?
Write all the phases defined in servlet life cycle?
Which interface must be implemented by all servlets?
What is the need of session tracking in web application?