Graham Dumpleton wrote:
> The question is, if a WSGI application calls sys.exit() or raises a
> SystemExit exception explicitly, what action if any should a WSGI
> server/adapter take in response. Should it allow the process to be
> shutdown, or should it ignore it.
>
> ...to my mind any WSGI serv
Since discussion is moving towards look at defining responsibilities
of the container or environment that a WSGI application runs in,
thought it would be a good time to ask this question.
The question is, if a WSGI application calls sys.exit() or raises a
SystemExit exception explicitly, what acti