Yelp / zygote

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

Pass io_loop instance as **kwargs for get_application #21

Closed smoy closed 12 years ago

smoy commented 12 years ago

This change is driven by google-safe-browsing's need to schedule fetches of additional blacklist data. Instead of using a separate thread, exposing zygote/worker.py's io_loop allow application to schedule work on that io_loop.

Roguelazer commented 12 years ago

lgtm