[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Continuations




Eli Collins <eli@cs.wisc.edu> writes:
> Can a user's session be migrated to another machine if the server they are
> talking to fails?
> 
> It seems this scheme would not be as strong at load balancing since a
> user's request is always routed to a specific server regardless of how
> loaded that server is.

Provided no individual user is too much of a load, it shouldn't be a
problem in practice. The real problem is assuring that an individual
user always goes to a particular server in a given login session...

Perry