Jump to content

Write buffer

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Malcolma (talk | contribs) at 19:31, 13 October 2008 (cat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A write buffer, or buffered write-through, is a type of memory buffer.

A variation of write-through where the cache uses a "write buffer" to hold data being written back to main memory. This frees the cache to service read requests while the write is taking place. There is usually only one stage of buffering so subsequent writes must wait until the first is complete. Most accesses are reads so buffered write-through is only useful for very slow main memory.