Hey,
I'm using libevent 2.x beta/alpha.
Let's say that I need something like HTTP proxy. So I need to
"forward" a request from a client to the "other" server, get the
response from the server and "forward" it to the client back.
The problem that have now with libevent is... How to create a new
r
On Thu, May 13, 2010 at 4:57 AM, Aleksandar Lazic wrote:
> Hi Nick,
>
> On Mit 12.05.2010 21:15, Nick Mathewson wrote:
>>
>> Hi everyone!
>>
>> Thanks to many people's hard work, Libevent 2.0 has now had its first
>> beta release. You can download it from:
>>
>> http://www.monkey.org/~provos/libe
Thanks for your support
I solved my problems a while ago, and I completely redesigned the code
because as you said it was running in O(N)
Thanks for your support mate
Cheers
On Mon, May 17, 2010 at 11:57 PM, Nick Mathewson wrote:
> On Thu, Apr 8, 2010 at 7:46 AM, Sherif Fanous
> wrote:
> > Hi
On Thu, Apr 29, 2010 at 2:14 PM, Sebastian Sjöberg
wrote:
[...]
>> If it's the second problem, I'd start by testing whether stuff begins
>> to work when you set the EVENT_NOEPOLL environment variable. If so,
>> then the bug is probably with the epoll backend -- or at least, it
>> requires the ep