Re: [Libevent-users] libevent in Windows App Store app

2012-12-17 Thread Thomas Dial
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

Re: [Libevent-users] multithreading problem

2012-12-16 Thread Thomas Dial
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