[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Does it make sense to add general file descriptor support to LuaSocket 2.0?
- From: Joseph Stewart <joseph.stewart@...>
- Date: Wed, 9 Jun 2004 14:33:56 -0400
Hello all,
I'm very fond of Lua5 and LuaSocket 2.0, but I have one issue that I'd
like to address.
I use Lua to monitor network communication ~and~ data coming in on a
RS-232 port.
It'd be great if I add the file descriptor for the serial port into
the list socket.select uses.
Is this crazy? If not, how much of a hack would this be to LuaSocket?
TIA, and sorry if I've missed a similar discussion in the mailing list archives!
-joe