This is the config I am using and is in port 80 and port 443 virtual host
config. I observed that for the port 80 process, threads are as expected
which are 56 in total for 8 process however for 443 process, each process
is having 55 threads and 8x55=440 threads in total which is bothering me a
lot. I am not getting understand why each process is having 55 threads
instead of 7 threads.
WSGIDaemonProcess test.com processes=8 threads=4 display-name=%{GROUP}
WSGIProcessGroup test.com
WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
WSGIScriptAlias / /srv/www/test/public/django.wsgi
On Thursday, February 10, 2022 at 5:06:40 PM UTC+5:30 Nazeer Baig Mohammed
wrote:
> @Graham Dumpleton, can you please help me on this to figure out why this
> is happening.
>
> On Wednesday, January 26, 2022 at 2:01:56 AM UTC+5:30 Nazeer Baig Mohammed
> wrote:
>
>> I am using wsgi daemon mode with default apache mpm prefork module. In
>> wsgi I have used 2 process with 4 threads and I expect only 7 threads per
>> each process at any point of time. But, somehow I see the threads count is
>> not constant and I can see around 55 threads per each process. I am
>> confused why this is happening.
>>
>> WSGIDaemonProcess test processes=2 threads=4 display-name=%{GROUP}
>>
>
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/modwsgi/f2b8bb21-e516-43b0-87a6-e78e90f6041fn%40googlegroups.com.