[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Linux users want better desktop performance (Screw data. Prioritize code)
- From: Colin Walters <walters verbum org>
- To: Discussions about development for the Fedora desktop <fedora-desktop-list redhat com>
- Subject: Re: Linux users want better desktop performance (Screw data. Prioritize code)
- Date: Tue, 17 Feb 2009 14:47:10 -0500
On Tue, Feb 17, 2009 at 2:38 PM, Christopher Montgomery
<xiphmont gmail com> wrote:
>
> It's because a) virtually everything is backed by a db today (firefox
> is a pig because every keypress is firing off multiple database
> queries
I believe there's some work in Firefox 3.1 to make these queries
asynchronous. The primary issue is the amount of I/O they're doing in
the mainloop thread, which is always a big user experience mistake in
desktop applications.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]