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

  > Doing atomic writes is extremely fragile if you are just on top of the filesystem.
This is not true, at least in Linux.

  pwritev2(fd, iov, iovcnt, offset, RWF_ATOMIC);
The requirements being that the write must be block-aligned and no larger than the underlying FS's guaranteed atomic write size


Sure, but how many people using files as a data store even know to worry about atomicity?


They will learn eventually, and then they’ll get to write a blogpost describing something that any sysadmin or kernel dev could’ve told them. Win-win!




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

Search: