Re: [SSI-users] White paper comparing OpenSSI and OpenMosix
Brought to you by:
brucewalker,
rogertsang
|
From: Brian J. W. <Bri...@hp...> - 2004-10-29 20:12:04
|
Kilian CAVALOTTI wrote: > You speak about incoming http connections load-balancing. HA-LVS works great > for me, I use it to load balance apache connections on my cluster. But I > observed that apache processes won't be migrated, thus I'm forced to run > apache on each node. Is there a way to run only one instance of apache, > whom child threads would be loadleveled accross the cluster? I might be wrong, but I think the Apache processes share memory, so they cannot be distributed among several nodes. That's why HA-LVS TCP connection load balancing is recommended for Apache, rather than process load balancing. If you're running OpenSSI 1.1, the Apache processes can be moved together as a thread group from one node to another. Not sure if this is useful for Apache, since the socket still remains on the old node. Brian |