Yelp / zygote

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

Make AFUnixSender send immediately if possible #20

Closed Roguelazer closed 12 years ago

Roguelazer commented 12 years ago

Status is broken because the thing that sends messages on unix domain sockets goes through the IOLoop too much. Time to fix!

(This will address Issue #14).

Roguelazer commented 12 years ago

Is this clearer?

eskil commented 12 years ago

Yeah, alhtough "maybe_send_queue" could just be "send_queue".