I'm benchmarking my app with 1 load balancer and 3 app servers (django, wsgi). Either with or without commenting ip_hash in nginx configuration file does make a HUGE difference between accessing my app from the load balancer or directly requesting one app separately.
Has anyone benchmark his app with ab and can share his experimentation here. I apache bench my app from an EC2 instance using the internal name of the www role like that ab -c20 -n1000 http://int-www.sub.domain.com/ When I apache bench one of my app role the difference is not in a factor of 3. I do not expect to be 3, but at least between 2 and 3. From the www role the result is a little bit better 10-20%, but not much. Any advice. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
