On 31 August 2010 04:23, nitin chandra <[email protected]> wrote: > Â Â WSGIDaemonProcess healthcare.com processes=6 threads=60 > display-name=%{GROUP}
BTW, 60 threads is way over the top. Even the default of 15 is more than enough for most people and so long as your web application is efficient and responds in timely manner and not handling excess of long requests, you could get away with 3-5 threads, more so in your case since you are running with 6 processes. Very much recommend you drop that 60 at least done to default of 15, if not less, and only fiddle with it when you actually have an issue with actual high number of concurrent requests. Graham -- 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.
