[Libevent-users] libevent 1.4.14b evhttp keep-alive leak

2012-05-11 Thread Pierce Lopez
Hi libevent devs, My company has been using libevent 1.4.14b and evhttp for a minimal http interface for some daemon processes (a simple queue, a simple database, etc). I was tracking down some memory issues and found that HTTP/1.1 requests without the "Connection: close" header, or HTTP/1.0 reque

Re: [Libevent-users] Bufferevent client read callback sporadically not called

2012-05-11 Thread Nick Mathewson
On Fri, May 11, 2012 at 5:07 AM, Alexander Klauer wrote: > Hi, > > I'm new to libevent and have the following problem with bufferevents. > I have a server talking to many clients. Very occasionally (when the > number of clients is around 1000 or larger), the server writes a > message to the client

[Libevent-users] Bufferevent client read callback sporadically not called

2012-05-11 Thread Alexander Klauer
Hi, I'm new to libevent and have the following problem with bufferevents. I have a server talking to many clients. Very occasionally (when the number of clients is around 1000 or larger), the server writes a message to the client, which is read by the client (strace shows that readv() is successfu