SA Bugzilla – Bug 3242
need NFS-*unsafe* locker for unix
Last modified: 2004-04-28 07:33:13 UTC
We're currently using NFS-safe locking code for the bayes dbs on UNIX platforms. This is very wastefully slow when NFS is not in use. We should provide a simple fcntl-based locker for the "dbs on local fs only" case. Can this locker be used by default? What's the lock-safety status of modern NFS impls? If it's still pretty unsafe, we'll have to keep the nfs-safe version the default, and activate this if the user specifies a config param. (note that activating it if the fs is mounted as a non-NFS fstype is still not a safe assumption, since the setup could be that 1 scanning machine hosts the fs and several others use the same fs over nfs.)
so -- does anyone object to me adding a new config item to control this?
Subject: Re: need NFS-*unsafe* locker for unix > so -- does anyone object to me adding a new config item to control this? +1 for new config item
Subject: Re: need NFS-*unsafe* locker for unix On Tue, Apr 27, 2004 at 09:30:12PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote: > http://bugzilla.spamassassin.org/show_bug.cgi?id=3242 > > > > > > ------- Additional Comments From jm@jmason.org 2004-04-27 21:30 ------- > so -- does anyone object to me adding a new config item to control this? I think it's a great idea.
taking
ok, done