Content deleted Content added
add cite; add ref. section |
Citation bot (talk | contribs) Altered template type. Add: eprint, class, date, bibcode, volume, journal, authors 1-4. Removed URL that duplicated identifier. Removed access-date with no URL. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox | #UCB_webform_linked 723/990 |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1:
'''Memory-disk synchronisation'''<ref>{{cite
▲'''Memory-disk synchronisation'''<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.
In [[Unix]]-like systems, a disk synchronization may be requested by any user with the '''sync''' command.
|