On Fri, 26 May 2000, Frank da Cruz wrote:
> The only other clue I can offer is that Kermit uses select() to
> multiplex between the port and keyboard. I don't know what Minicom
> does -- maybe it uses forks and blocking reads like Kermit used to
> in previous versions.
I am curious about the rationalization for using select() instead of
the VTIME/VMIN approach.
In my programming HOWTO, I recommend against using select() solely on
the observation that it is designed to work with sockets() and must be
more complex that is necessary.
I have never read anything about select() and when or how it should be
used.
vern
--
Vernon C. Hoxie [EMAIL PROTECTED]
3975 W. 29th Ave. uucp: 303-455-2670
Denver, Colo., 80212 voice: 303-477-1780
Depression is merely anger without enthusiasm
-
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to [EMAIL PROTECTED]