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
Explain jsessionid and when is it created?
Is servlet a framework?
What is setattribute in servlet?
What is the servletconfig object?
Which method of the httpservletrequest object is used?
What is the difference between genericservlet and httpservlet
What do you mean by cgi and what are its drawbacks?
Define servlet mapping?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Can we override servlet service method?
What's the difference between servlets and applets?
What is servlet and its advantages?
How can we refresh automatically when new data has entered the database?
What is http servlet? Explain with the help of an example.
How does Cookies work in Servlets?