The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Re {TUHS}  Synchronous vs Asynchronous IO in Unix
@ 2015-09-21 14:02 Doug McIlroy
  2015-09-25 17:08 ` Dan Cross
  2015-09-25 22:05 ` Dave Horsfall
  0 siblings, 2 replies; 8+ messages in thread
From: Doug McIlroy @ 2015-09-21 14:02 UTC (permalink / raw)


Unix was what the authors wanted for a productive computing environment,
not a bag of everything they thought somebody somewhere might want.
One objective, perhaps subliminal originally, was to make program
behavior easy to reason about. Thus pipes were accepted into research
Unix, but more general (and unruly) IPC mechanisms such as messages
and events never were.

The infrastructure had to be asynchronous. The whole point was to
surmount that difficult model and keep everyday programming simple.
User visibility of asynchrony was held to a minimum: fork(), signal(),
wait(). Signal() was there first and foremost to support SIGKILL; it
did not purport to provide a sound basis for asynchronous IPC.
The complexity of sigaction() is evidence that asynchrony remains
untamed 40 years on.

Doug



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-09-27  7:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-21 14:02 [TUHS] Re {TUHS} Synchronous vs Asynchronous IO in Unix Doug McIlroy
2015-09-25 17:08 ` Dan Cross
2015-09-25 22:05 ` Dave Horsfall
2015-09-25 23:16   ` Clem Cole
2015-09-25 23:23     ` Larry McVoy
2015-09-26 12:09       ` Dave Horsfall
2015-09-26 16:39         ` John Cowan
2015-09-27  7:19       ` Ramakrishnan Muthukrishnan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).