[Webware-devel] WSGIKit rename

2005-04-20 Thread Ian Bicking
I'm planning on renaming WSGIKit to Python Paste, and changing the package name from "wsgikit" to "paste". WSGIKit was a lame name, and better change sooner than later, I guess. Anyway, in my experience this kind of move is a bit annoying if you have outstanding changes, so if you have change

Re: [Webware-devel] Reloader patch

2005-04-20 Thread Ian Bicking
Sune Kirkeby wrote: I was having some trouble with the reloader being horribly broken for me (leaving half-restarted applications), so I looked into it, and found that half the threads spawned were immune to the os._exit(3) in periodic_reloader. So, here is a patch which replaces the os._exit(3), w

[Webware-devel] Reloader patch

2005-04-20 Thread Sune Kirkeby
Hello all. I was having some trouble with the reloader being horribly broken for me (leaving half-restarted applications), so I looked into it, and found that half the threads spawned were immune to the os._exit(3) in periodic_reloader. So, here is a patch which replaces the os._exit(3), with a S