LWN.net Logo

Plain Text

Plain Text

Posted Feb 3, 2011 21:38 UTC (Thu) by dlang (✭ supporter ✭, #313)
In reply to: Plain Text by dgm
Parent article: LCA: Lessons from 30 years of Sendmail

also keep in mind the problems that firefox has where it can stall for significant amounts of time while it is doing an ACID update to it's bookmark file.

does that file _really_ need ACID protection? I don't think so, I think that just having a fairly recent backup is good enough.


(Log in to post comments)

Plain Text

Posted Feb 4, 2011 1:53 UTC (Fri) by zlynx (subscriber, #2285) [Link]

The long lag is really a filesystem bug. Newer filesystems have fixed the problem. Firefox shouldn't lag on ext4, xfs or btrfs.

Plain Text

Posted Feb 4, 2011 1:59 UTC (Fri) by dlang (✭ supporter ✭, #313) [Link]

the really long lag was a combination of an Ext3 bug and the fact that the browser was trying to get ACID protection of the file.

I still don't think that's appropriate.

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