lua-users home
lua-l archive

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


> ... And
> they are not available under 95/98/Me, too. Having more than 64
> listening sockets is unlikely. But having more than 64 outstanding
> connecting sockets is not uncommon (proxies, outgoing SMTP, ...).

I use Lua on a 5 year old 400MHz laptop running Windows 98 and I'm not
planning to upgrade!  :-)  So AcceptEx and completion ports are not an
option.  Is it not possible to bind multiple sockets to a single event using
WSAEventSelect?

--
Wim