Roger Pack
2008-Jan-07 12:04 UTC
[Eventmachine-talk] nice links for understanding select, etc.
http://www.delorie.com/gnu/docs/glibc/libc_248.html (linux/mac side) win32 http://mail.python.org/pipermail/python-bugs-list/2003-December/021383.html antiquated, but says that some run into problems before x or y or what not (64). http://itamarst.org/writings/win32sockets.html Differences Between Windows and Unix Non-Blocking Sockets says something similar http://bugs.mysql.com/bug.php?id=24509 says to use win32 HANDLE''s or something (?) http://www.squid-cache.org/mail-archive/squid-users/200601/0665.html rebuild msvcrt itself (all say 2048, tho....) odd... http://doc.ddart.net/msdn/header/include/winsock.h.html seems to say '' #define FD_SET(fd, set) do { \ if (((fd_set FAR *)(set))->fd_count < FD_SETSIZE) \ ((fd_set FAR *)(set))->fd_array[((fd_set FAR *)(set))->fd_count++]=(fd);\ } while(0) that in an fd_set we can only fit the FIRST FD_SETSIZE''s into there! arr! it ignores numbers, but limits total number. Ahh. -- -Roger Pack For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind" -- 2 Timothy 1:7