Re: Lockless file reading

From: Timo Sirainen
Date: Thu Aug 28 2003 - 05:16:14 EST


On Thu, 2003-08-28 at 12:13, Martin Konold wrote:
> > How about checksum[n] = data[n-1] ^ data[n]? That looks like it would
>
> I propose you first make some benchmarks and try to figure out how big the
> actual overhead of locking really is. I can easily assume that your
> "solution" is actually slower than a simple mechanism/semaphore.

It's not about CPU usage. It's mostly about being able to modify the
file even when there's thousands of simultaneous readers that could
otherwise keep the file locked almost constantly.

Also it'd be nice to support NFS with .lock files since no-one really
uses lockd.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/