Wishful thinking
Wishful thinking
Posted Mar 17, 2009 2:17 UTC (Tue) by bojan (subscriber, #14302)In reply to: Wishful thinking by nix
Parent article: Garrett: ext4, application expectations and power management
WOW! Programs have bugs. Imagine that ;-)
> Expecting any but the most skilled developers to remember that fsync() when omitting it has *no visible negative consequence* in normal operation is a complete and total pipe-dream.
The no negative visible consequence applies to one file system in one mode _only_ (and according to some, not even on it all the time). The rest - it depends.
If you ever tried to debug a race condition, you'd know that it can be really hard to do, because the system doesn't get into such conditions all the time. Did someone guarantee to you that programming was going to be easy? I must have missed that lesson ;-)
Oh, and for all the forgetful unskilled developers: man 2 close. I sure needed it :-(
> You can wish all you will, but only a few percent will ever conform.
And their applications will still suck and they will still rely on hacks in file systems to work. And of course, people doing this will be the ones loudest complaining that "file system is broken" when they encounter problems on another platform. Not even my six year old is this childish. But, hey - that's life.
> It is much better to arrange to do the right thing in the filesystem, which *does* have especially skilled people hacking at it, than in the vast mass of wildly-varying-in-quality code out there in the real world.
All you need to do is this:
1. Convince all FS writers to only use new semantics.
2. Convince POSIX folks to change the spec.
Good luck doing that.
PS. The vast majority of people do not program using APIs we are talking about here. They are using libraries that wrap all this up, other programming languages that have calls that wrap all this up etc. These will be written by people familiar with lower level POSIX APIs we are talking about here. For a good example, see: http://mail.gnome.org/archives/gtk-devel-list/2009-March/...
