
22 Mar
2010
22 Mar
'10
8:16 p.m.
2010/3/21 Chun Tian (binghe) <binghe.lisp@gmail.com>
On Windows, there's no "select()" UNIX system call, so we have to use "WSAEventSelect" instead.
What about this? http://msdn.microsoft.com/en-us/library/ms740141(VS.85).aspx Looks rather like unix's select to me... That said, sbcl/win32 doesn't have sb-unix, so it may not be possible to call this function without some custom FFI hacking, but it shouldn't be too bad. -- Elliott Slaughter "Don't worry about what anybody else is going to do. The best way to predict the future is to invent it." - Alan Kay