Computing (FOLDOC) dictionary
Jump to user comments
cache uses a "write buffer" to hold data being written back
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.
(1998-04-24)