Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The sync(1M) command provided on many UNIX systems is often a thin wrapper around the sync(2) system call. The sync(2) entry point does not, as specified, guarantee that all inflight data _has_ been written; it's more of a guideline than an actual rule. The user must subsequently wait for the data to actually make it to disk, often for an arbitrarily long amount of time.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: