Re: Named pipes over NFS

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 5 Nov 1998 19:29:29 +0000 (GMT)


> 1) Does this require some changes in NFS protocol?
No

> 2) Does this work on NFS2 or its only for NFS3?

NFSv2 but its a convention

> 3) Suppose a process p1 opens a FIFO that is on a NFS
> file system. p2 writes some data to the FIFO and exits.
> If now file system is unmounted then will it give
> device busy error? If not then what will happen to
> the data that process p1 wrote to FIFO (and which is in
> kernel)?

if p1 closes it do the data vanishes

> 5) Can we provide support FIFO on a NFS file system for communicating
> between two processes on two different machines (of course by
> changing the semantics of IPC)? I mean is there any work in
> this direction?

No, use sockets

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/