On 09/03/2010 02:43 AM, Graham Dumpleton wrote:
On Windows you are limited to what you can do with the Apache MPM settings. Threads is controlled by ThreadsPerChild. See: http://httpd.apache.org/docs/2.2/mod/mpm_common.html#threadsperchild
So that also means that you can only restrict the amount of total threads. There is no way to restrict the number of wsgi threads separately. Nature of apache on windows, I presume.
So single-threaded on windows means having just a single thread in a single process...
Alas, it is as I feared :-) Reinout -- Reinout van Rees - [email protected] - http://reinout.vanrees.org Collega's gezocht! Django/python vacature in Utrecht: http://tinyurl.com/35v34f9 -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
