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

2010-03-19 Thread lau stephen
iocp\evdns.c(82): fatal error C1083: Cannot open > include file: 'sys/time.h': No such file or directory >  evbuffer.c > c:\dev\libevent-1.4.7-iocp\evbuffer.c(35): fatal error C1083: Cannot open > include file: 'sys/time.h': No such file or directory >  buffer.c > c:\

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