Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21de03e4e7befe9

Jump to content

Memory-disk synchronization

From Wikipedia, the free encyclopedia

Memory-disk synchronisation[1][2] is a process used in computers that immediately writes to 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 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.

See also

[edit]
  • mmap, a POSIX-compliant Unix system call that maps files or devices into memory
  • msync, a POSIX-compliant Unix system call that forcefully flush memory to disk and synchronize

References

[edit]
  1. Chen, Congcong; Cui, Jinhua; Qu, Gang; Zhang, Jiliang (2024). "Write+Sync: Software Cache Write Covert Channels Exploiting Memory-Disk Synchronization". IEEE Transactions on Information Forensics and Security. 19: 8066–8078. Bibcode:2024ITIF...19.8066C. doi:10.1109/TIFS.2024.3414255.
  2. Chen, Congcong; Cui, Jinhua; Qu, Gang; Zhang, Jiliang (2023). "Write+Sync: Software Cache Write Covert Channels Exploiting Memory-disk Synchronization". arXiv:2312.11501 [cs.CR].