lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 1/26/06, Diego Nehab <diego@tecgraf.puc-rio.br> wrote:
> First, on Win32, the select function call can only be used with sockets
> (sockets are not even file descriptors). Getting this to work
> transparently would require creating threads, which I didn't consider
> reasonable.

I'm not a Windows programmer but don't you use IO completion ports on
windows instead of select?

--
Jon Smirl
jonsmirl@gmail.com