DragonFly BSD
DragonFly users List (threaded) for 2006-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: NFS locking issues? (where to go for info?)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Sep 2006 14:06:15 -0700 (PDT)

:One thing I used to do (before hearing I shouldn't) is:
:
:	if( symlink(pid,"file.lock")){
:		# I have a lock, readlink() gives others the PID.
:	}
:
:Are symlinks atomic across NFS?

    Yes, symlinks and open() with O_CREAT|O_EXCL are atomic across NFS.

						-Matt
 



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]