This is not exactly a PHP, mod_wsgi problem I have, but as this thread is close to what I'm testing now and what Graham updated in the doc, I would like to be sure I didn't miss anything.
I did a simple hello.py in mod_wsgi (WSGIScriptAlias). I'm getting more than 2000 req/sec. Then I lauch multiple instances with the same configuration and a load balancer (nginx) in front of them. 1 instance : 2000 req/sec 3 instance : 3000 req/sec I was not expecting to be 6000 req/sec, but at leat between 5000 and 6000. Confguration : EC2 (small instance), ubuntu 8.04, apache 2.2, mod_wsgi 2.3, nginx (with ip_hash commented) I tried to find an apache bench group to ask for it, but there does not seem to be any. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
