Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on WebServer Failover within the Web Servers forums, part of the Web Development category; I'm not sure if this is the correct forum; however, I didn't see anywhere else to ask this question. If it should be some place else, please let me know. ...
|
|||||||
|
|||
|
I'm not sure if this is the correct forum; however, I didn't see anywhere else to ask this question. If it should be some place else, please let me know.
If I have a configuration where the Load Balancer (LB) is pointing to 2 WebServers (WS) which points to 2 AppServers (AS): LB / \ WS1 WS2 | | AS1 AS2 For failover purposes, WS1 has connections to both AS1 and AS2. And, WS2 has connections to both AS1 and AS2--Load balancing in a cluster and failover environment. The single point of failure looks to be from the LB to the WS. I have several questions. 1). If content is kept on the webservers and WS1 crashes, what happens to a session that is in the middle of processing? Will they experience an outage? Would they have to start over? 2). If content was kept on the application servers, again what happens to a session that was in the middle of processing? And what kind of outage would occur, if any. 3). Do anyone know of a solution to cover LB and failover--i.e., the transaction runs seamlessly in case of a server outage/ Thank you, |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| what is diffence between webserver and application server? | srinu.tenali | Web Testing | 3 | 02-18-2008 03:27 AM |
| Need of webserver in Application Server... | psuresh1982 | Web Servers | 1 | 07-16-2007 10:28 PM |
| Apache webserver and Tomcat 5.0 | psuresh1982 | Web Servers | 0 | 07-09-2007 06:23 AM |