Comment on The Future of Asynchronous IO in PythonparentComments−icebraining11yI don't see why would you need to have a load balancer for the zipcode service; if the service truly scales linearly with the number of application servers, you can simply tie them together 1-on-1 with simple configuration.−crdoconnor11yWhat, so one extra zipcode server for every application server?−icebraining11yOr N-to-1. You still don't need load balancing, if it truly scales linearly, just configuration.
Comments
I don't see why would you need to have a load balancer for the zipcode service; if the service truly scales linearly with the number of application servers, you can simply tie them together 1-on-1 with simple configuration.
What, so one extra zipcode server for every application server?
Or N-to-1. You still don't need load balancing, if it truly scales linearly, just configuration.