Re: Reconsidering libevent
Jeff Garzik <[email protected]> Tue, 21 Sep 2010 17:09:59 -0400
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 21, 2010 at 5:06 PM, Steven Dake <[email protected]> wrote: > libevent version 2 has proper mutual exclusion, but the code needs some > work. 1.x should work for chunkd at the moment. I need to resist my own urge to think too far ahead and overengineer for the future sometimes; I think this is one of those occasions. libevent 1.x seems solid for single-thread usage, and that's how we'll use libevent, even if multiple chunkd threads are in existence. Jeff