HP3000-L Archives

August 2000, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Gavin Scott <[log in to unmask]>
Reply To:
Gavin Scott <[log in to unmask]>
Date:
Fri, 11 Aug 2000 17:20:28 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (15 lines)
Erik Vistica <[log in to unmask]> wrote:
: Yes, MPE does have select(). I believe you would need to link with
: SOCKETRL.NET.SYS

select() (and the Intrinsic HPSELECT) work fine for sockets, but
generally things like telnet clients want to select() on the user's
terminal as well so that it can detect when the user has made
one or more keystrokes.  I think that this is still unsupported.

The traditional workaround is to perform single character reads
to the terminal using no-wait I/O and typeahead, which is less
than satisfactory overall.

G.

ATOM RSS1 RSS2