SA Bugzilla – Bug 3459
add support for network lock manager
Last modified: 2005-01-13 08:57:14 UTC
We should seriously look at adding a network lock manager to SpamAssassin or spamd. This would require some form of IPC, but I think it would be more reliable than NFS-safe locking, we could avoid polling entirely, and it might even be more reliable than flock(). Perhaps we could have support for some third-party external lock manager. I'll look around and see what might be available on Linux distributions circa 2004.
I had a quick look around and couldn't find anything. Except NFS' very own implementation rpc.lockd which seems to be supported by File::NFSLock on CPAN.
flock seems to work better, closing as WONTFIX