P
Patrick Overbey
Guest
Yes, performance and scalability is the primary goal here. We use nginx as the load balancer for PASOE with the IP hash balancing algorithm. Since all Sonic requests come from localhost, they are always tied to the same appserver through because of the IP hash. Because of this, the load balancing only serves for redundancy, but does not allow scalability. Thanks.
Continue reading...
Continue reading...