Thanks, Graham! This is a lot of good information. We are in fact using nginx in front of apache as you suggest, and it's serving our static content. I hadn't realized the benefits it would provide with slow clients though.
Sounds like it's worth considering separate daemon processes for the admin requests that are less frequent, but messing with data a lot and the regular requests that are just loading things. And it's easy enough for us to try turning off maximum-requests for a little while and keep an eye on how it affects memory utilization. If things stay steady, I agree that leaving it off is a good idea. Thanks for the help. -- 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.
