← Back to team overview

graphite-dev team mailing list archive

[Question #187893]: Wsgi threads processes

 

New question #187893 on Graphite:
https://answers.launchpad.net/graphite/+question/187893

Disclaimer: I don't have much experience with python apps.

Whats a good number of processes and threads to set the WSGIDaemonProcess to? 

Taking what I know from linux I would assume you don't want to set the threads too high, because running a thread in a proccess will block all other threads in the process. So if I had an 8 core machine I'd think I'd want to have ~3~5 threads and then ~10-15 procs. 

Anyone found a sweet spot they like?

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.