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

2010-03-15 Thread Patrick Galbraith
Nick, Thank you so much for your reply! At least now we're not looking in the wrong place. Have you or others you know of ever come across any limitations in general on windows? Regards, Patrick Nick Mathewson wrote: On Mon, Mar 15, 2010 at 12:03 PM, Patrick Galbraith wrote: Hi all,

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

2010-03-15 Thread Nick Mathewson
On Mon, Mar 15, 2010 at 12:03 PM, Patrick Galbraith wrote: > 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 maxim

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

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