9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: beto@ncube.com beto@ncube.com
Subject: indexed directories and the File Server
Date: Thu, 10 Jul 1997 15:16:39 -0700	[thread overview]
Message-ID: <19970710221639.6zW5FTpxLfWQTBf-T4biQnv_9Cc6DKmt3tKwi2DAK_w@z> (raw)

In <199707102115.QAA06074@ns.dbSystems.com>
 "G. David Butler" <gdb@dbSystems.com> wrote:

> I would also like to start a concurrent discussion about the File
> Server.  When I first started with Plan9, I thought having two
> different kernels was weird.  Now I think the idea is sound since
> they have such different roles.

I also like the idea of different kernels, there are so many oportunities
for optimizations. The main problem is how to keep drivers in
both places in sync. It would be nice if the file server could reuse
drivers from the term/cpu kernel. For example,our bootstrap
program (9b.n3) reuses most of the drivers from 9. The same should be
possible with fs.

>So the next question, do we put the
> above functionality into kfs and make the cpu kernel and kfs able
> to handle file services efficiently or do we keep the current
> File Server?  (If we keep the File Server, we need to add an il
> version of a port 23 server to provide access to the console.  In
> fact, that is a good idea for the cpu server too.  TCP is missing
> in the File Server, as it should.)
>
I think the fact that the file system does not talk TCP/23 in on
purpose, you don't want people connection to it in that way.
Have a look to consolefs.

A better replacement for kfs as a local file system is to transform
it into a driver (devnvfs, this name is taken from inferno). I like this
idea because then the same process could copy the data directly
from the cache into user land. I've started doing something like this a
couple of months ago, but haven't done much since.

I need longer lunch breaks :-).






             reply	other threads:[~1997-07-10 22:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-07-10 22:16 beto [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-07-11  7:13 Nigel
1997-07-11  0:44 beto
1997-07-10 23:56 jmk
1997-07-10 21:15 G.David

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=19970710221639.6zW5FTpxLfWQTBf-T4biQnv_9Cc6DKmt3tKwi2DAK_w@z \
    --to=beto@ncube.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;
as well as URLs for NNTP newsgroup(s).