Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re: Exclusive locking of a file on an NFS filesystemby Abigail-II (Bishop) |
on Jun 14, 2002 at 11:17 UTC ( [id://174453]=note: print w/replies, xml ) | Need Help?? |
Whether you can reliably lock a file over NFS depends on
the implementation of NFS on the involved systems. In
general, you should avoid using locking over NFS - it's
certainly not going to be portable.
Abigail
In Section
Seekers of Perl Wisdom
|
|