Greetings!

I have configuration that looks like this:

WSGIDaemonProcess example_daemon
WSGIProcessGroup example_daemon
WSGIApplicationGroup %{GLOBAL}
WSGIScriptAlias / /var/www/example.wsgi

>From the docs, the defaults for WSGIDaemonProcess is process=1 and 
threads=15. However, the docs also say the following about %{GLOBAL}:

"Any WSGI applications in the global application group will always be 
executed within the context of the first interpreter created by Python when 
it is initialised."

Does that mean that the configuration above makes it so that there only one 
interpreter for all requests? Does that consequently mean that it can only 
process one request at a time?

Samer

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to