Re: [Libevent-users] evbuffer_add_file() completion callback

2011-12-01 Thread Nick Mathewson
On Mon, Nov 21, 2011 at 7:52 AM, wrote: > Hey all, I'm using evbuffer_add_file() to add a bunch of open file > descriptors to a buffer event. It works good, until there are many connected > clients requesting many different files. I'm using a technique similar to > HTTP pipelining (not using HTTP

[Libevent-users] evbuffer_add_file() completion callback

2011-11-21 Thread aaron
Hey all, I'm using evbuffer_add_file() to add a bunch of open file descriptors to a buffer event. It works good, until there are many connected clients requesting many different files. I'm using a technique similar to HTTP pipelining (not using HTTP though) so a workaround would be to have a queu