Yelp / zygote

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

Check if we can remove httpserver forks in zygote #53

Open baris opened 11 years ago

baris commented 11 years ago

Tornado 3 is out and at a first glance it looks like HTTPConnection class has most of what we need in zygote already.

I didn't really check throughly but the last time I looked it seemed like we may also subclass server/connection classes from tornado 2 to remove httpserver_2.py fork.