9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Brian L. Stuart" <blstuart@bellsouth.net>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] hacking issue: memory resizing
Date: Sat, 10 Sep 2005 21:11:47 -0500	[thread overview]
Message-ID: <20050911021426.SFRT12830.ibm66aec.bellsouth.net@p1.stuart.org> (raw)
In-Reply-To: Your message of Sat, 10 Sep 2005 23:41:09 +0200 . <600308d605091014412b6d1b71@mail.gmail.com>

In message <600308d605091014412b6d1b71@mail.gmail.com>, Francisco Ballesteros w
rites:
>Are you using user-level programs called to synchronize?
>We are doing the same. Look for repl in the Plan B man page.

Yes.  It's a user-level file server in the spirit of cfs(4).
There are a few major differences, the first being the
persistance of the cache and a record of updates while
disconnected that is played back on reconnection.  The
other two differences were originally short-cuts to
simplify my life when working on what was originally
just an experiment.  One of them was to use files in
the local file system to store cache data and metadata
rather than using a raw partition.  The second was to
use ordinary system calls rather than pass the 9P requests
on to the file server directly.  This last one helps to
make it more flexible with respect to the server and
translated more easily to a Linux implementation.

To be honest, I haven't taken a look at the Plan B
design yet.  My only excuse is that it's on my to-do
list.

BLS


      reply	other threads:[~2005-09-11  2:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-07 15:45 Ronald G Minnich
2005-09-07 15:59 ` Francisco Ballesteros
2005-09-07 18:09   ` Ronald G Minnich
2005-09-08 11:50     ` Dave Lukes
2005-09-08 15:25       ` Ronald G Minnich
2005-09-09 14:52         ` erik quanstrom
2005-09-09 15:18           ` Ronald G Minnich
2005-09-09 15:31             ` jmk
2005-09-09 18:04               ` erik quanstrom
2005-09-09 18:09                 ` jmk
2005-09-09 18:14                 ` Eric Van Hensbergen
2005-09-09 19:06                   ` Ronald G Minnich
2005-09-09 19:59             ` Tim Newsham
2005-09-09 20:46               ` Francisco Ballesteros
2005-09-10  2:16                 ` Brian L. Stuart
2005-09-10 21:41                   ` Francisco Ballesteros
2005-09-11  2:11                     ` Brian L. Stuart [this message]

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=20050911021426.SFRT12830.ibm66aec.bellsouth.net@p1.stuart.org \
    --to=blstuart@bellsouth.net \
    --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).