home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!uwm.edu!cs.utexas.edu!sun-barr!lll-winken!taurus!atlas!erickson
- From: erickson@atlas.cs.nps.navy.mil (David Erickson)
- Newsgroups: comp.lang.ada
- Subject: TEXT_IO & Tasks
- Message-ID: <7018@atlas.cs.nps.navy.mil>
- Date: 20 Nov 92 00:35:00 GMT
- Organization: Naval Postgraduate School, Monterey CA
- Lines: 11
-
-
- Perhaps this is covered in the LRM. If so, I couldn't find it:
-
- should blocking I/O (e.g. GET & PUT) block only the task which is
- executing the I/O? This seems like a reasonable assumption, but is
- it required? I know that the Meridian and Verdix compilers block
- only the task which is executing the I/O. So, for example, if task A
- is executing a GET from stdin, task B can still PUT to stdout while
- A is blocked.
-
- -Dave Erickson
-