Re: [Libevent-users] FD_SETSIZE - max connections in Windows - help!

2010-03-16 Thread lau stephen
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

Re: [Libevent-users] FD_SETSIZE - max connections in Windows - help!

2010-03-16 Thread Nick Mathewson
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

Re: [Libevent-users] FD_SETSIZE - max connections in Windows - help!

2010-03-16 Thread Patrick Galbraith
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

Re: [Libevent-users] FD_SETSIZE - max connections in Windows - help!

2010-03-16 Thread W.C.A. Wijngaards
-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