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 / sathya
Dear Friend,
U r designing a web application,if it is crashing frequetly
means,User can loss their session,Maintain another host
machine if one server crashes the user can still access the
site.Use Load balancer server.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between get and post method in servlet?
How can we implement a jsp page?
Explain the lifecycle of a servlet?
What is the need of servlet filters?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Can we override servlet service method?
Difference between doget and dopost?
Difference between java beans & servlets?
How does Cookies work in Servlets?
What is difference between PrintWriter and ServletOutputStream?
What is generic servlet class?
Explain how does JSP handle run-time exceptions?
How do you communicate in between Applets and Servlets?
Explain url encoding in servlet?
What is the difference between portlet and servlet?