• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Write back cache

Joined
Jan 6, 2007
Messages
345 (0.05/day)
Location
suffolk uk
Processor Core 2 duo - e8400 @ 3ghz
Motherboard Asus P5k-e
Cooling 1 pumps 2 blocks 2 rads 10x 120mm fans
Memory 4GB - OCZ PC2-8500 1066mhz (4-4-4-15)
Video Card(s) BFG 8800gts
Storage 1x Seagate Barracuda - 160gb SATAII
Display(s) 19" tft
Case Mozart TX
Audio Device(s) X-FI
Power Supply 700w coolermaster
Software xp home
what is it and is it worth turning it on........?

when turned on it makes my burst speed jump up majorly..

many thanks if you can help.
 
It it is turned on and you notice a speed INCREACE, I say go for it. What is it? I dunno :(
 
A caching method in which modifications to data in the cache aren't copied to the cache source until absolutely necessary. Write-back caching is available on many microprocessors, including all Intel processors since the 80486. With these microprocessors, data modifications (e.g., write operations) to data stored in the L1 cache aren't copied to main memory until absolutely necessary. In contrast, a write-through cache performs all write operations in parallel -- data is written to main memory and the L1 cache simultaneously.

Write-back caching yields somewhat better performance than write-through caching because it reduces the number of write operations to main memory. With this performance improvement comes a slight risk that data may be lost if the system crashes.

A write-back cache is also called a copy-back cache.

sounds cool
 
Back
Top