does anyone know if the workers in waitress are spawned as-needed for each 
request, or if they are pre-spawned and answer requests when available?

I think it is the latter.  if so, is there a reasonable chance of having a 
max-requests feature implemented (or would this be possible to kludge 
together myself for local testing)?

i'm trying to recreate some issues that are appearing on other wsgi 
containers to debug within waitress, and am having a hard time.  I think 
the problem is happening due to how the worker processes are launched.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/905cf706-6ac6-4a7b-8afc-1381c2f7623e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to