Temporary files: RAM or disk?
Posted Jun 3, 2012 0:29 UTC (Sun) by
giraffedata (subscriber, #1954)
In reply to:
Temporary files: RAM or disk? by wahern
Parent article:
Temporary files: RAM or disk?
I'm struggling to understand your comments that typical servers do not need swap space and (I think) that systems which swap are broken.
The fundamental point of swap space, going back to its invention, is temporal locality of reference - the idea that in a given interval of time, certain memory is accessed far more frequently than other memory. Are you saying that isn't the case in typical servers? Or that it shouldn't be the case for typical servers? That typical servers should reference all memory uniformly over time and explicitly keep the less-accessed data in filesystems?
(The latter, BTW, was the technology that swapping replaced 40 years ago).
(
Log in to post comments)