These is a libevent version that contains an iocp implement for windows.
It implement the iocp for event_add/event_del interface, so it can be
used by memcached.
http://spserver.googlecode.com/files/libevent-1.4.7-stable-iocp-1.zip
2010/3/16 Patrick Galbraith :
> Hi all,
>
> We have hit a brick
On Tue, Mar 16, 2010 at 6:50 AM, W.C.A. Wijngaards wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> This problem is 64 max for the windows event notification calls,
> WSAWaitForMultipleEvents. select() probably calls one of the others
> behind the scenes.
>
> Best regards,
> Wouter
W.C.A. Wijngaards wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This problem is 64 max for the windows event notification calls,
WSAWaitForMultipleEvents. select() probably calls one of the others
behind the scenes.
Best regards,
Wouter
Wouter,
Thanks much for this info! The qu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This problem is 64 max for the windows event notification calls,
WSAWaitForMultipleEvents. select() probably calls one of the others
behind the scenes.
Best regards,
Wouter
On 03/15/2010 05:56 PM, Patrick Galbraith wrote:
> Nick,
>
> Thank you s