Re: [Libevent-users] [PATCH] Add sample/https-client.c, an example of stacking evhttp as a client on top of bufferevent_ssl.

2013-03-13 Thread Alexey Ozeritsky
11.03.2013, 23:22, "Azat Khuzhin" : > With my libevent version 512KiB transmitted succesfully. > > azat:.../libevent/sample (https)$ tr -dc A-Za-z0-9 head -c$((512 * 1024) >| ../../data.512.kb > azat:.../libevent/sample (https)$ ./https-client -url > https://127.0.0.1/proxy -data ../../data.512.

[Libevent-users] WaitForMultipleObjects backend?

2013-03-13 Thread Patrick Pelletier
I was perusing whatsnew-2.0.txt and saw: Libevent 2.1 may add a multithreaded WaitForMultipleEvents-based backend for better performance with many inactive sockets and better integration with Windows events. Although that hasn't been added yet, I was wondering if anyone had thought about

Re: [Libevent-users] WaitForMultipleObjects backend?

2013-03-13 Thread Nick Mathewson
On Wed, Mar 13, 2013 at 9:01 PM, Patrick Pelletier wrote: > I was perusing whatsnew-2.0.txt and saw: > > Libevent 2.1 may add a multithreaded WaitForMultipleEvents-based > backend for better performance with many inactive sockets and better > integration with Windows events. > > Although tha