Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!att!dptg!ulysses!andante!alice!andrew From: andrew@alice.UUCP (Andrew Hume) Newsgroups: comp.unix.wizards Subject: Re: programmatic devices Summary: this is a few years old now Message-ID: <10298@alice.UUCP> Date: 29 Dec 89 03:57:26 GMT References: <10641@ucsd.Edu> Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 12 a very similar scheme has existed for at least a couple of years in research unix; it was first done by dave presotto and dennis ritchie under the (rough) label 'connection server'. most of what you describe can be done more simply by a mounted stream, which is part of SVR4. the generalization of this, implementing files as processes, has a longer history: greg rose investigated this for a phd thesis around 1979 at UNSW in australia. i am sure others have also looked at this before.