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
What are different Authentication options available in Servlets.
What is the main purpose of java servlets?
How can we refresh automatically when new data has entered the database?
What are the types of an http request?
How do you deal property files in servlet?
Which interface should be implemented by all servlets?
What are the difference between session and cookies in servlet? Explain
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What are the new features added to servlet 2.5?
Name the different ways of session tracking.
What are the various ways of session supervision in servlets?
Why HttpServlet class is declared abstract?
How native code can be used in a servlet?
Why doesn’t a servlet include main()? How does it work?
How do you communicate in between Applets and Servlets?