[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Second draft of new Event API for Luasocket
- From: "Wim Couwenberg" <wcou@...>
- Date: Thu, 1 Jul 2004 09:02:23 +0200
> ... 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