Hi again Stephen,
More info - I tried building with Visual Studio and get this error:
-- Build started: Project: libevent, Configuration: Debug Win32 --
Build started 3/18/2010 9:45:57 PM.
InitializeBuildStatus:
Creating ".\Debug\libevent.unsuccessfulbuild" because "AlwaysCreate"
was s
Stephen,
Hi! Thanks for this link, but on both windows 64 and 32-bit, I encounter
this error:
evdns.c: In function 'evdns_request_transmit_to':
evdns.c:1878: warning: pointer targets in passing argument 2 of 'send'
differ in
signedness
c:\msysgit\msysgit\mingw\bin\../lib/gcc/mingw32/4.4.0/../
Hi Folks,
I thought libevent would work multithreaded in the sense we can create
(let's say) 4 worker threads that poll the same event_base. Is that
assumption wrong?
In my test code, I see deadlocks between the worker-threads inside
libevent after the first event getting dispatched via sock