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.
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
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