(was slashes, now NFS devices)

Eduardo Krell ekrell at ulysses.att.com
Sat Mar 2 08:24:19 AEST 1991


In article <thurlow.667754478 at convex.convex.com> thurlow at convex.com (Robert Thurlow) writes:

>So how about telling us about some of them, rather than just ranting?
>Maybe those of us who work with the NFS code can learn something new.

How about this one: a client opens a file on a server to read from it.
While the client is still reading from that file, the file gets unlinked
by a process running in the server. It happens that this was the only link
to the file. What happens when the client does the next read() ?
What happens in the same situation where the process reading from
that file is on the server?

Hint: NFS is stateless ...
    
Eduardo Krell                   AT&T Bell Laboratories, Murray Hill, NJ

UUCP: {att,decvax,ucbvax}!ulysses!ekrell  Internet: ekrell at ulysses.att.com



More information about the Comp.unix.internals mailing list