Yelp / zygote

A Python HTTP process management utility.
http://opensource.yelp.com/
Apache License 2.0
40 stars 15 forks source link

allow controlling zygote via a socket #27

Closed Roguelazer closed 12 years ago

Roguelazer commented 12 years ago

It'd be nice if zygote could be configured to listen on a unix domain socket and had a small control syntax (to, for example, change the desired number of workers in-flight, or reload without having to risk signal-handling)

baris commented 12 years ago

fixed with #44