Memory-disk synchronization: Difference between revisions

Content deleted Content added
add second cite
rm unref. tag; ► Wikipedia:WikiProject Unreferenced articles; you can help!
Line 1:
{{Unreferenced|date=December 2009}}
 
'''Memory-disk synchronisation'''<ref>{{cite web |last1=Chen |first1=Congcong |last2=Cui |first2=Jinhua |last3=Qu |first3=Gang |last4=Zhang |first4=Jiliang |title=Write+Sync: Software Cache Write Covert Channels Exploiting Memory-Disk Synchronization |url=https://ieeexplore.ieee.org/document/10556692 |website=ieeexplore.ieee.org |access-date=1 July 2025 |pages=8066–8078 |doi=10.1109/TIFS.2024.3414255 |date=2024}}</ref><ref>{{cite web |title=Write+Sync: Software Cache Write Covert Channels Exploiting Memory-disk Synchronization |url=https://arxiv.org/abs/2312.11501 |website=arxiv.org |access-date=1 July 2025}}</ref> is a process used in [[computer]]s that immediately writes to [[disk storage|disk]] any data queued for writing in volatile memory. Data is often held in this way for efficiency's sake, since writing to disk is a much slower process than writing to [[random access memory|RAM]]. Disk synchronization is needed when the computer is going to be shut down, or occasionally if a particularly important bit of data has just been written.