Apache mod_wsgi django enable multi-thread multi-process
问题 Question : how can i know if my apache server has already run in multi-process & multi-thread mode ? because when i load tested it, it giving me same result time with different threads count. i run test with 25 threads and 50 threads. Is there any adjustment that i have to do in the Django code for the multi-thread / multi-process work? Am I have to change the MPM config (/conf/extra/httpd-mpm.conf) ? below is my server detail and configuration : Server redhat enterprise 6.9 Apache server 2.4