9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] kfs performance
Date: Tue,  2 Mar 2004 21:19:52 -0500	[thread overview]
Message-ID: <E1AyLzG-000DO5-LD@t40.swtch.com> (raw)
In-Reply-To: Your message of "Tue, 02 Mar 2004 18:15:57 +0400." <200403021415.i22EFvs9073684@adat.davidashen.net>

> It takes three times more time to write a file under Plan9 
> than under FreeBSD on the same computer (bunzip2 cdinstall.iso.bz2
> , 200 Mb unzipped).
> 
> Is there something wrong with my setup, or is it normal?

this is pretty normal.  kfs isn't batching disk writes or paying
attention to disk layout, so you get what you get.  i bet that
freebsd is a bit more clever with its disk.  i'm surprised it's only
a factor of three.   fossil isn't any better in this regard, although
it does buffer more.

disk file system speed is one area where i do wish plan 9 was
zippier (as opposed to context switches betwen threads).

russ


  parent reply	other threads:[~2004-03-03  2:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-02 14:15 David Tolpin
2004-03-02 14:27 ` matt
2004-03-02 14:55 ` ron minnich
2004-03-02 15:34 ` gdiaz
2004-03-03  2:19 ` Russ Cox [this message]
2004-03-03  2:31   ` Jeff Sickel
2004-03-03  8:52   ` Charles Forsyth
2004-03-03  9:23     ` David Tolpin
2004-03-03 10:35     ` matt
2004-03-03  9:48   ` matt
2004-03-03  9:51     ` David Tolpin
2004-03-03 19:15     ` Russ Cox
2004-03-03 19:28       ` C H Forsyth

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=E1AyLzG-000DO5-LD@t40.swtch.com \
    --to=rsc@swtch.com \
    --cc=9fans@cse.psu.edu \
    /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;
as well as URLs for NNTP newsgroup(s).