rtyler / Spawning

Spawning is a wsgi server which supports multiple processes, multiple threads, green threads, non-blocking HTTP io, and automatic graceful upgrading of code
http://pypi.python.org/pypi/Spawning
MIT License
120 stars 18 forks source link

Rename spawn script #8

Closed rtyler closed 14 years ago

rtyler commented 14 years ago

/usr/bin/spawn is silly, /usr/bin/spawning is teh bettar

greut commented 14 years ago

You're a bit little on the arguing aren't you?

rtyler commented 14 years ago

SHA: 14bec4cc6a22ca1cbea0d310e53441b709435305

mgood commented 14 years ago

Well, I'm not going to argue over which name is better, but this kind of change shouldn't happen during the RC phase. I luckily only got bit in development, but I would expect this could break some people's production deployments when they don't notice, or forget that the executable's name has changed. An "RC" tag should indicate that the API & features are locked down, and that upcoming changes will be for things like bug fixes. Breaking people's deployments over a naming nit is silly.

rtyler commented 14 years ago

The RC tag is silly, I added it when I thought I was about to have some more time to add Spawning integration tests (but didn't).

This is to help get spawning packaged with Fedora, and in all likelihood the next release is going to be a big point release :)