I am planning to use mpm_worker
or mpm_event
with daemon mode of mod_wsgi
. How to configure processes and threads of WSGIDaemonProcess
directive for the optimal performance of apache 2.4.9
Asked
Active
Viewed 575 times
2

eldos
- 241
- 2
- 5
-
Do you have any performance data about your application? Actual throughput and response times? In general such a question is better asked on the mod_wsgi mailing list. – Graham Dumpleton Sep 01 '14 at 12:37
-
@GrahamDumpleton thanks for the reply(haven't expected you).I will ask on the mod_wsgi mailing list. – eldos Sep 01 '14 at 19:12