|
|
|
|
|
by mgaunard
874 days ago
|
|
In real life you cannot achieve that level of failure transparency without specifically building your application for it. If request N goes to server A, then request N+1 from the same session goes to server B, most likely that request will fail because the session does not exist within that server's context. |
|