Re: What's the best technique to implement a little terminal?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Monday, October 5, 1992 - 2:08 pm

In article <1992Oct5.141626.15853@prime.mdata.fi> kennu@mits.mdata.fi (Kenneth Falck) writes:

I already have a program that does this - I didn't think people would
find it too useful, but I'll put it somewhere for FTP if you want.


The select() system call, to cut a long story short.  It is given a
time-out and a list of file handles to check, and it blocks until
either the time-out expires or one of the file handles becomes ready
to be read, written, or shows an exceptional condition.


Not that I know of.  I'd be interested to know of a way though.
--
=============================================+ "A tight hat can be stretched.
Pete Chown, pc123@phx.cam.ac.uk (Internet)   |  First damp the head with steam
            pc123@uk.ac.cam.phx (Janet :-)  -+  from a boiling kettle."
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: What's the best technique to implement a little terminal?, Pete Chown, (Mon Oct 5, 2:08 pm)