Hi Graham: For a busy server, it's very normal that hundreds of rquests are arrived at the same time. Supposed that all the requests targetting to a same wsgi script, how mod_wsgi handle all the requests? I did some tests for this case. The result is all the requests were served one by one, no matter how many processes or threads the daemon processs group contains. That would be a serious bottleneck, if some of the wsgi scripts are very time-consumeing. Is there any way to dispatch the requests to different processes to handle it concurrently or how to improve the situation? Thanks!
2009-07-21 Joshua Wang --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
