Hi there,
finally I'm trying now to get my php-fcgi-load-balancing to work.
It runs fine beside I can't get more throughput than 10,3 MB / s on my 100 mbit to really try it out .
I'm just wondering how the load-balancing is done internally ... any algorithm to share?
Does it use the connection which has the lowest number of connections or whats the way its working?
Trying to benchmark from the localhost to avoid the network-saturation gives me lots of messages like
I'm trying to benchmark using siege with 100 concurrent users.
Any idea what to make of those messages then? I don't get those then trying to benchmark from a remote host .
Thanks,
Thomas
finally I'm trying now to get my php-fcgi-load-balancing to work.
It runs fine beside I can't get more throughput than 10,3 MB / s on my 100 mbit to really try it out .
I'm just wondering how the load-balancing is done internally ... any algorithm to share?
Does it use the connection which has the lowest number of connections or whats the way its working?
Trying to benchmark from the localhost to avoid the network-saturation gives me lots of messages like
Code:
Error: socket: read error Connection reset by peer:: Connection reset by peer
Error: socket: read error Connection reset by peer:: Connection reset by peer
Error: socket: read error Connection reset by peer:: Connection reset by peer
Error: socket: read error Connection reset by peer:: Connection reset by peer
Error: socket: read error Connection reset by peer:: Connection reset by peer
Error: socket: read error Connection reset by peer:: Connection reset by peer
Error: socket: read error Connection reset by peer:: Connection reset by peer
Error: socket: read error Connection reset by peer:: Connection reset by peer
Error: socket: read error Connection reset by peer:: Connection reset by peer
Error: socket: read error Connection reset by peer:: Connection reset by peer
Any idea what to make of those messages then? I don't get those then trying to benchmark from a remote host .
Thanks,
Thomas