IIRC, the Windows libevent code uses WinSock, and select() or I/O completion
ports for dealing with events. A cursory grep through the code confirms no
references to "Windows.Networking." Unfortunately, I doubt there would be
serious interest in this as that group of APIs is completely non-por
Try JMeter. I believe AB has bugs.
Sent from my iPhone
On Dec 16, 2012, at 10:52 AM, Björn K. wrote:
> Hello,
>
> I'm trying to write a simple https server which utilizes multiple cpu cores.
> I call evthread_use_pthreads() and create several pthreads. My
> acceptcb and the thread worker fun