Content deleted Content added
Added references to mmap and msync |
m WP:CHECKWIKI error 18 (category with first letter small) + general fixes (BRFA 15) using AWB (7800) |
||
Line 1:
{{Unreferenced
{{Orphan|date=February 2009}}
'''Memory-disk synchronisation''' 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.
Line 8:
* [[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
[[category:Computer memory]]▼
{{DEFAULTSORT:Memory-Disk Synchronization}}
|