Not to discount the work that Mozilla has been doing, but it seems like the "improvement" they added is actually just a workaround for distros that configure filesystems incorrectly. That is, his machine is configured to use an obsolete filesystem (ext3) in a mode with significant performance problems (data=ordered). There are numerous ways that a machine can be mis-configured such that it suffers from poor performan…
I find these statements amusing... As it happens, neither is ext3 an obsolete filesystem (I have many machines using it just fine, thank you, with no intention to migrate to less tested filesystems just because they're "new"), nor "data=ordered" has significant performance problems. More amusing than this just the fact that the filesystem is a bottleneck for a web browser... an application that should be network and…
Good news: Mozilla fixed their damn browser
31–40 of 56 posts
Re: Good news: Mozilla fixed their damn browser
#32Earlier quoted context omitted.
Use Chromium if you complain about privacy
SRWare distributes a Chromium build called Iron that strips out privacy problems. http://www.srware.net/en/software_srware_iron.php
Re: Good news: Mozilla fixed their damn browser
#33What are people's overall impressions of Firefox 9?
The only problem are some less common plugins, but adblock and firebug get updated within days... and I just switch to the latest official release for quake live.
Re: Good news: Mozilla fixed their damn browser
#34Earlier quoted context omitted.
I find these statements amusing... As it happens, neither is ext3 an obsolete filesystem (I have many machines using it just fine, thank you, with no intention to migrate to less tested filesystems just because they're "new"), nor "data=ordered" has significant performance problems. More amusing than this just the fact that the filesystem is a bottleneck for a web browser... an application that should be network and…
The problem with data=ordered is that it imposes a global order, allowing one I/O stream to stall others. Imagine if waiting for data to be acknowleged on one TCP socket meant waiting for all data sent earlier on all sockets - even those to slower peers - to be acknowledged as well. That's completely FUBAR, but it's basically what fsync with data=ordered does to an entire filesystem. There are hundreds of performance…
(The performance problems aren't present in Fedora 16, so you could argue that RHEL5 is obsolete.)
Re: Good news: Mozilla fixed their damn browser
#35Earlier quoted context omitted.
SRWare distributes a Chromium build called Iron that strips out privacy problems. http://www.srware.net/en/software_srware_iron.php
I used to recommend Iron but I don't anymore. I became increasingly uncomfortable with the lack of documentation and lack of transparency in the project. They delivered their source code as two code dumps on rapidshare last time I checked. Something just doesn't feel right at all.
Re: Good news: Mozilla fixed their damn browser
#36I ran Google Chrome open with 80-100 tabs for 3 WEEKS without anything going wrong. Sunday the 18th I finally closed it and restarted my computer (after 3 weeks of non stop running).
Monday I launched the latest build of FireFox and within 30 minutes it crashed. It then crashed again a few hours later.
Goodbye FireFox.
Re: Good news: Mozilla fixed their damn browser
#37Fixed? I ran Google Chrome open with 80-100 tabs for 3 WEEKS without anything going wrong. Sunday the 18th I finally closed it and restarted my computer (after 3 weeks of non stop running). Monday I launched the latest build of FireFox and within 30 minutes it crashed. It then crashed again a few hours later. Goodbye FireFox.
It's still my main browser but this one issue just kills the entire experience.
Re: Good news: Mozilla fixed their damn browser
#38I've been running Aurora for a few months. It's been stable and gets the new toys quicker. Some add-ons break on some updates, but the few web dev. add-ons I use are always quick to update. I get questionnaires from time to time, but they don't take long to complete and are a trivial way to contribute to Mozilla. In short, give Aurora a try. It works as my full-time browser.
Re: Good news: Mozilla fixed their damn browser
#39Fixed? I ran Google Chrome open with 80-100 tabs for 3 WEEKS without anything going wrong. Sunday the 18th I finally closed it and restarted my computer (after 3 weeks of non stop running). Monday I launched the latest build of FireFox and within 30 minutes it crashed. It then crashed again a few hours later. Goodbye FireFox.
Damn. Oh and this is my 3rd post.
Re: Good news: Mozilla fixed their damn browser
#40Earlier quoted context omitted.
The problem with data=ordered is that it imposes a global order, allowing one I/O stream to stall others. Imagine if waiting for data to be acknowleged on one TCP socket meant waiting for all data sent earlier on all sockets - even those to slower peers - to be acknowledged as well. That's completely FUBAR, but it's basically what fsync with data=ordered does to an entire filesystem. There are hundreds of performance…
Calling it obsolete is hyperbole. A standard definition of obsolete is something that was once common but no longer is. Just last week I had to revert a number of ext4 filesystems back to ext3 due to performance problems on RHEL5, so I'm afraid that ext3 will be in common use for years to come. (The performance problems aren't present in Fedora 16, so you could argue that RHEL5 is obsolete.)