Re: [Web-SIG] WSGI server/adapter and sys.exit()/SystemExit exception.

2007-03-07 Thread Robert Brewer
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

[Web-SIG] WSGI server/adapter and sys.exit()/SystemExit exception.

2007-03-07 Thread Graham Dumpleton
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