zsh-workers
 help / color / mirror / code / Atom feed
* named pipes and NFS
@ 1996-12-13 18:52 Richard Coleman
  1996-12-13 19:42 ` Zefram
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Coleman @ 1996-12-13 18:52 UTC (permalink / raw)
  To: zsh-workers

I do not believe that name pipes/fifos (or any other
type of special file) have ever worked across NFS.
It goes against the stateless nature of NFS.  Also
remember that NFS was designed to handle more than
just Unix.

rc


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

* Re: named pipes and NFS
  1996-12-13 18:52 named pipes and NFS Richard Coleman
@ 1996-12-13 19:42 ` Zefram
  0 siblings, 0 replies; 2+ messages in thread
From: Zefram @ 1996-12-13 19:42 UTC (permalink / raw)
  To: Richard Coleman; +Cc: zsh-workers

>I do not believe that name pipes/fifos (or any other
>type of special file) have ever worked across NFS.

The issue is not whether pipes pass data between machines (they never
have).  The issue is whether it is possible to create a FIFO node on an
NFS-mounted filesystem -- if one can, then it should work (locally) as
a pipe.  In the usual case, it is possible, but Zoltan's filesystem
mounted on Solaris from Linux doesn't permit it.  (Which is odd; ISTR
the Linux nfsd having specific support for FIFOs.)

>It goes against the stateless nature of NFS.  Also
>remember that NFS was designed to handle more than
>just Unix.

But it is very dependent on Unix for its design.  RFC1094 (NFS) briefly
mentions the possibility of named pipes, and does explicitly support
most of the other types of special file found under Unix.  RFC1813 (NFS
v3) explicitly supports FIFOs, and adds features like pathconf, that
directly map onto Unix filesystem features.

-zefram


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

end of thread, other threads:[~1996-12-13 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-12-13 18:52 named pipes and NFS Richard Coleman
1996-12-13 19:42 ` Zefram

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).