Yelp / zygote

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

share fewer file descriptors among forks #6

Open eklitzke opened 13 years ago

eklitzke commented 13 years ago

The forked processes inherit too many file descriptors from their parents. fix this.