LWN.net Logo

Fsyncers and curveballs (the Firefox 3 fsync() problem)

Fsyncers and curveballs (the Firefox 3 fsync() problem)

Posted Jun 1, 2008 1:36 UTC (Sun) by aashenfe (guest, #12212)
Parent article: Fsyncers and curveballs (the Firefox 3 fsync() problem)

I can't blame firefox.

It seems to me that fsync is the problem.  No user level program should have access to any
kind of system call that can cause this kind of performance problems.  Or, at least if it is a
performance problem, it should affect the errant program and not the whole system.

So I have to put the blame on the Kernel, or maybe it it is the Unix standard.

Hopefully, this will be fixed where it needs to be fixed, which is in the Kernel.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds