Cache trashing
Posted Feb 12, 2008 0:31 UTC (Tue) by
goaty (guest, #17783)
In reply to:
Cache trashing by goaty
Parent article:
Faster page faulting through prezeroing
2+ years ago, I wrote: In a couple of years it might even be possible to buy a PCI Express "/dev/null" card to accelerate your server.
Unfortunately, this did not happen. As someone pointed out in another thread, it's possible to persuade various DMA-capable hardware to act as a /dev/null device. For example, you can stick a page full of zeroes on the swap device and then get the IDE controller to DMA it to wherever its needed. Provided the drive's cache is larger than the page size, the performance should be acceptable.
The problem being that most of the devices on the system are already busy with their intended function, like reading and writing files, and cannot expend time in the frivolous pursuit of nullage.
(
Log in to post comments)