[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: select implementation for a "file descriptor set"
- From: "WYSIWYH" <wysiwyh@...>
- Date: Tue, 5 Aug 2003 12:09:29 +0200 (CEST)
Hi,
does anyone know if there's a implementation of a select that
can handle multiple "file descriptor-sets", ie watching for an
event on the serial port and on a tcp-connection?
I know there's an implementation in luasocket, but this only
handles sockets...is there any possible solution?
Thanx in advance...