getcwd() and friends.
Felix Lee
flee at shire.cs.psu.edu
Tue Apr 18 09:51:19 AEST 1989
In article <10671 at bloom-beacon.MIT.EDU>,
jfc at athena.mit.edu (John F Carr) writes:
>Suppose you are using NFS over a slow network? [...] You can't
>guarantee proper error reporting without blocking.
Let me clarify. What I meant by "blocking" on open() is the blocking
affected by the Berkeley O_NDELAY flag. open() will always wait for
access to the inode (or vnode). O_NDELAY only affects opening tty
devices and FIFOs. (In the Berkeley derivatives I'm familiar with).
(Is it time to change the Subject: yet?)
--
Felix Lee flee at shire.cs.psu.edu *!psuvax1!shire!flee
More information about the Comp.unix.wizards
mailing list