From: Bernd Petrovitsch <bernd@firmix.at>
To: Lee Revell <rlrevell@joe-job.com>
Cc: Oliver Neukum <oliver@neukum.org>,
Robert Hancock <hancockr@shaw.ca>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Why the DOS has many ntfs read and write driver,but the linux can't for a long time
Date: Mon, 09 Jan 2006 17:59:46 +0100 [thread overview]
Message-ID: <1136825987.5785.93.camel@tara.firmix.at> (raw)
In-Reply-To: <1136824880.9957.55.camel@mindpipe>
On Mon, 2006-01-09 at 11:41 -0500, Lee Revell wrote:
> On Mon, 2006-01-09 at 17:29 +0100, Bernd Petrovitsch wrote:
> > On Mon, 2006-01-09 at 11:19 -0500, Lee Revell wrote:
[....]
> > > I think you'll get at most a 10% or 20% speedup by improving the kernel,
> > > while some of these apps (think Nautilus vs Windows Explorer) will need
> > > to be 1000% faster to seem reasonable to a Windows user.
> >
> > That's easy: Just start nautilus, OOorg, Firefox, a java-vm and
> > GNOME/KDE infrastructure at login time in the background (*eg* and
> > mlockall() the more important ones so that the are surely in RAM) and
> > "starting the app" is only a small program connecting to the respective
> > process to get a fork() there (e.g. like the "-remote" parameter in the
> > Mozilla family).
>
> Have you tried this? I suspect it still takes at least twice as long as
> on windows.
No, I don't run all on them at once (only xemacs, firefox and the above
forgotten evolution on XFCE) and if, the hosts I'm usually working on
have probably not enough RAM for mlockall(MCL_CURRRENT).
And AFAIK there are no small starter programs and features - only for
Mozilla and cousins.
> For example on my system there was already a "nautilus" process but
> "Places -> Home Folder" still took ~2 seconds to display anything, and
> ~8 seconds to completely render the window and icons. On Windows this
> takes much less than a second.
Hmm, what happens on the click:
- The click is transported via X, TCP/IP to the application.
- The app decides what to do and generates anew window and content.
- If swapped out, swap it in.
- Load the home directory and what else is needed for displaying it
(Icons, etc.) from the disk.
- Load these images into the X server.
Id a completely new progrma is started, you must load it from disk, wait
for the shared linker, let it initialize everything and *then* it is
actually usable (and I hate that default OO.org feature that it puts the
window in foreground after startup at least three times until the
document is loaded).
If you have a memory hog like firefox with a large page loaded then lots
of RAM are occupied anyways and no one except firefox can do anything
about it (without swapping out and this is also slow). And I have just
to switch tabs to hear my disk working.
Ths point is: You have to analyze *where* the apps spend that much time
(independent of being idle wehile waiting for disk I/O or busy moving MB
of graphic data around). It doesn't make that much sense to improve the
(e.g.) 2% in the kernel by 50% since that would bring next to nothing.
Bernd
--
Firmix Software GmbH http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
Embedded Linux Development and Services
next prev parent reply other threads:[~2006-01-09 17:01 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <5t06S-7nB-15@gated-at.bofh.it>
[not found] ` <5t34G-3Zu-21@gated-at.bofh.it>
[not found] ` <5t5pU-7tD-37@gated-at.bofh.it>
[not found] ` <5t5JU-7Sn-11@gated-at.bofh.it>
2006-01-09 14:18 ` Robert Hancock
2006-01-09 14:28 ` Oliver Neukum
2006-01-09 15:15 ` Lee Revell
2006-01-09 16:02 ` Oliver Neukum
2006-01-09 16:04 ` Lee Revell
2006-01-09 16:14 ` Oliver Neukum
2006-01-09 16:19 ` Lee Revell
2006-01-09 16:29 ` Bernd Petrovitsch
2006-01-09 16:41 ` Lee Revell
2006-01-09 16:53 ` Oliver Neukum
2006-01-09 16:56 ` Lee Revell
2006-01-09 17:14 ` Olivier Galibert
2006-01-09 17:28 ` Lee Revell
2006-01-09 19:35 ` Anton Altaparmakov
2006-01-10 10:32 ` File type by extension is evil (was Re: Why the DOS has many ntfs read and write driver,but the linux can't for a long time) Bernhard R. Link
2006-01-10 20:28 ` Lee Revell
2006-01-09 17:14 ` Why the DOS has many ntfs read and write driver,but the linux can't for a long time Bernd Petrovitsch
2006-01-09 17:31 ` Alan Cox
2006-01-09 16:45 ` Jeff V. Merkey
2006-01-09 17:33 ` Lee Revell
2006-01-09 18:11 ` Marcin Dalecki
2006-01-09 17:45 ` Oliver Neukum
2006-01-09 16:59 ` Bernd Petrovitsch [this message]
2006-01-10 1:44 ` Alistair John Strachan
2006-01-10 4:30 ` Lee Revell
2006-01-10 10:13 ` Jakob Oestergaard
2006-01-10 10:34 ` Jesper Juhl
2006-01-10 23:48 Lukas Hejtmanek
2006-01-10 23:57 ` Lee Revell
2006-01-11 0:02 ` Lukas Hejtmanek
-- strict thread matches above, loose matches on Subject: below --
2006-01-09 7:54 Boxer Gnome
2006-01-09 8:06 ` Erik Andersen
2006-01-09 8:21 ` Boxer Gnome
2006-01-09 8:53 ` Jim Crilly
2006-01-09 9:07 ` Yaroslav Rastrigin
2006-01-09 10:22 ` Alistair John Strachan
2006-01-09 11:03 ` Yaroslav Rastrigin
2006-01-09 12:45 ` CaT
2006-01-09 13:34 ` Yaroslav Rastrigin
2006-01-10 13:29 ` Helge Hafting
2006-01-10 16:29 ` Randy.Dunlap
2006-01-11 2:29 ` David Nicol
2006-01-11 2:56 ` Lee Revell
2006-01-12 18:53 ` David Nicol
2006-01-12 21:05 ` Lee Revell
2006-01-09 13:36 ` Kasper Sandberg
2006-01-09 13:56 ` Yaroslav Rastrigin
2006-01-09 16:07 ` Alan Cox
2006-01-09 16:15 ` Lee Revell
2006-01-09 16:34 ` Alan Cox
2006-01-09 16:34 ` Olivier Galibert
2006-01-09 19:24 ` Diego Calleja
2006-01-09 19:33 ` Lee Revell
2006-01-09 13:54 ` Lee Revell
2006-01-09 14:32 ` Bernd Petrovitsch
2006-01-09 15:22 ` Denis Vlasenko
2006-01-09 19:07 ` Diego Calleja
2006-01-09 22:49 ` Dave Airlie
2006-01-10 12:00 ` Pavel Machek
2006-01-09 13:56 ` Lee Revell
2006-01-10 7:13 ` Andrew Morton
2006-01-10 7:33 ` Denis Vlasenko
2006-01-10 8:33 ` D. Hazelton
2006-01-10 10:49 ` Diego Calleja
2006-01-10 13:26 ` Denis Vlasenko
2006-01-11 4:57 ` D. Hazelton
2006-01-10 9:32 ` Yaroslav Rastrigin
2006-01-10 9:20 ` Yaroslav Rastrigin
2006-01-10 10:50 ` Diego Calleja
2006-01-09 16:32 ` Bernd Petrovitsch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1136825987.5785.93.camel@tara.firmix.at \
--to=bernd@firmix.at \
--cc=hancockr@shaw.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=oliver@neukum.org \
--cc=rlrevell@joe-job.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome