Hello,
About a year ago, there was a thread about deadlocking in
bufferevent_openssl in multi-threaded mode (
http://archives.seul.org/libevent/users/Jan-2011/msg00019.html).
We've run into the same problem.
Our minimal fix (as opposed to the patch mentioned, which adds atomic
operations to evth
Hi Nick,
The fix worked, thank you!
Amarin
On Tue, Feb 21, 2012 at 7:42 PM, Nick Mathewson wrote:
> On Tue, Feb 21, 2012 at 8:17 PM, Amarin Phaosawasdi
> wrote:
> > We've written a very simple client and server in Libevent.
> [...]
> > Is this expected behavior?
We've written a very simple client and server in Libevent.
When we start up the server and have the client make thousands of requests
to the server, the client eventually ends with a "too many open files"
error. (The system that ran this had the ulimit set to 4096.)
This only happens at the clien
uild your code against libevent release-2.0.16-stable
> and
> > libevhtp 0.4.5 and dynamically linked it with OpenSSL 0.9.8 on my Mac.
> >
> > In friendly letters all my browsers say "hello".
> >
> >
> > Oscar
> >
> >
> > On 13/1/12
Hi All,
We're working on fixing an issue with one of our servers, which serves
HTTPS requests on one end, and makes asynchronous RPCs on the other end.
The server uses libevhtp to serve HTTPS requests. But since it is also
based on libevent and we suspect it might have something to do with
buffer