Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jamesaguilar
on March 11, 2014
|
parent
|
context
|
favorite
| on:
Linux's fsync() woes are getting some attention
There is already fflush, and it is generally not what people calling fsync want.
zurn
on March 11, 2014
[–]
fflush is unrelated to the business of flushing data to disk. It's just a libc FILE* thing. It causes libc to empty the (typically tiny) stdio buffer associated with the FILE* using the write() system call.
jamesaguilar
on March 11, 2014
|
parent
[–]
Oops, my bad.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: