On Tue, Jun 01, 2004 at 02:57:00PM +0300, Lenar L?hmus wrote:I've experienced the problem where applications need to be swapped back in. It's mainly caused by the dual role my machine has (desktop machine when I'm using it, server when it is serving files). Whenever my machine has been sitting idly serving files for a while, when I get back, the desktop is slow. However, there is no need for that, as the files are served at low speeds -- there's no real point in caching them apart from maybe preventing harddisk wear... the harddisk itself can serve these files again faster than they will be needed.
jlnance@xxxxxxxxxxxxxx wrote:
I'm not sure. Copying a file is a pretty good indication that youLike taking the new file with me on USB dongle and deleting old one? Caching the file really doesn't help in this case.
are about to do something with either the new or the old file.
No, it does not help in this case.
Not putting things in cache is a solution for the problem of
having useful stuff pushed out of the cache. However, fixing
the problem this way may create other problems if it causes
us to fail to put useful things into the cache.
The point I was trying (perhaps unsuccessfully) to make, is
that we should be careful about not caching things. We are
likely to break other corner cases by fixing the ones we
are discussing.