Re: [rfc] lockless pagecache
From: Nick Piggin <hidden>
Date: 2005-06-27 09:05:42
Also in:
lkml
Lincoln Dale wrote:
Nick Piggin wrote: [..]quoted
However I think for Oracle and others that use shared memory like this, they are probably not doing linear access, so that would be a net loss. I'm not completely sure (I don't have access to real loads at the moment), but I would have thought those guys would have looked into fault ahead if it were a possibility.i thought those guys used O_DIRECT - in which case, wouldn't the page cache not be used?
Well I think they do use O_DIRECT for their IO, but they need to use the Linux pagecache for their shared memory - that shared memory being the basis for their page cache. I think. Whatever the setup I believe they have issues with the tree_lock, which is why it was changed to an rwlock. -- SUSE Labs, Novell Inc. Send instant messages to your online friends http://au.messenger.yahoo.com -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>