Yelp / zygote

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

rewrite signal handling code in zygote #23

Closed Roguelazer closed 12 years ago

Roguelazer commented 12 years ago

This is a fun one. The way zygote handled signals (particularly those related to shutdown) was really, really janky. Some issues that have been fixed:

Testing performed:

Testing not performed:

smoy commented 12 years ago

Tested the change in my local workspace. Works beautifully!

Roguelazer commented 12 years ago

Oh, they should've both been 8192 (the actual power of two), but I forgot to change worker.py. I'll do so now.

jaredg commented 12 years ago

Works with phrase_ident. ship it!