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 <[email protected]>: > Hi all, > > We have hit a brick wall with memcached - namely max connections with > select. > > Namely, select from libvent use by memcached on windows, according to the > documentation from MSDN you need to > set FD_SETSIZE to the maximum number of sockets to use. By default > FD_SETSIZE > == 64. We set FD_SETSIZE to 2048 in win32select.c at the top prior to > including winsock2.h, but still no success. It seems to fail at 41 > connections. > > Has anyone dealt with this before? > > Thank you, > > Patrick > *********************************************************************** > To unsubscribe, send an e-mail to [email protected] with > unsubscribe libevent-users in the body. > *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
