I may have missed it, but is there any documentation as to how incoming 
requests are distributed to wsgi handler threads?  So if you have something 
like "WSGIDaemonProcess myApp processes=3 threads=10", do incoming hits 
tend to get assigned to the 10 threads in Process1 first, then spill into 
Process2 threads, or is there some sort of balancing attempted among the 
threads of the 3 processes?  I think I saw somewhere that recently 
completed threads were preferentially reused where possible, but I can't 
find anything like that now.

-- 
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 modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to