Viktor Massalogin wrote:
> Is it possible to interrupt the server (paste.httpserver.serve) from WSGI 
> application? I tried to raise ServerExit, but ThreadPoolMixIn.handle_error() 
> does not stop the server.

There's nothing very specific, I'm afraid, but probably 
KeyboardInterrupt would work.

-- 
Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to