LWN.net Logo

In defense of Firefox

In defense of Firefox

Posted Jun 2, 2008 20:18 UTC (Mon) by jch (guest, #51929)
In reply to: In defense of Firefox by drfickle
Parent article: In defense of Firefox

> I'm using Fedora 9 at home and have yet to encounter this behavior. What does it take to
trigger it?

The issue is that Firefox will perform large numbers of fsync system calls on files in
~/.mozilla, and fsync is implemented as a global sync on journaled filesystems.

One way to reproduce the slowdown is to put ~/.mozilla on an ext3 filesystem which has heavy
unrelated write traffic.  Another is to put it on a busy NFS filesystem (having home on NFS is
rather common in academic settings).


(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