|
NAMEMail::Box::Locker::NFS - lock a folder with a separate file, NFS-safe INHERITANCEMail::Box::Locker::NFS is a Mail::Box::Locker is a Mail::Reporter SYNOPSISSee Mail::Box::Locker DESCRIPTIONLike the "::DotLock" locker, but then in an NFS-safe fashion. Over NFS, the creation of a file is not atomic. The "::DotLock" locker depends on an atomic "open" system call, hence in not usable to lock a folder which accessed over NFS. The "::NFS" locker is therefore more complicated (so therefore slower), but will work for NFS --and for local disks as well. Extends "DESCRIPTION" in Mail::Box::Locker. METHODSExtends "METHODS" in Mail::Box::Locker. ConstructorsExtends "Constructors" in Mail::Box::Locker.
AttributesExtends "Attributes" in Mail::Box::Locker.
LockingExtends "Locking" in Mail::Box::Locker.
Error handlingExtends "Error handling" in Mail::Box::Locker.
CleanupExtends "Cleanup" in Mail::Box::Locker.
DIAGNOSTICS
SEE ALSOThis module is part of Mail-Box version 4.01, built on December 13, 2025. Website: http://perl.overmeer.net/CPAN/ LICENSEFor contributors see file ChangeLog. This software is copyright (c) 2001-2025 by Mark Overmeer. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|