9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: forsyth@vitanuova.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] vfork and paging
Date: Mon,  1 Oct 2001 11:45:37 +0100	[thread overview]
Message-ID: <20011001104102.2E28D19ABA@mail.cse.psu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 541 bytes --]

the bits required aren't there in the hardware page tables, but you
can either emulate them or do copy on reference.  if you use a paging
algorithm with local policy instead of the global one used by
berkeley, you can also prevent some pathetic effects under load, and
remove complex data structures and code (or not require them in the
first place).  this was well studied during the late 1960s and early
1970s.  the BSD approach is poor.  unfortunately, people mimic it.
i can only assume that one or more textbooks wrote it up.


[-- Attachment #2: Type: message/rfc822, Size: 1967 bytes --]

To: 9fans@cse.psu.edu
Subject: Re: [9fans] authorization schemes (was CORBA)
Date: Mon, 1 Oct 2001 09:49:55 GMT
Message-ID: <3BB3722D.2D77B4BE@null.net>

Boyd Roberts wrote:
> vfork()?  was the v for vomit?

According to some of the Berkeleyites, there was a flaw in
the VAX-11/750 memory management unit (microcode?) such
that they were unable to use copy-on-write.  When I
mentioned this to the AT&T UNIX System V developers, they
said it seemed to work fine for them..

             reply	other threads:[~2001-10-01 10:45 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-01 10:45 forsyth [this message]
2001-10-01 10:59 ` Boyd Roberts
2001-10-01 12:21 rob pike
2001-10-02  8:27 ` Boyd Roberts
2001-10-02 13:34   ` Ronald G Minnich
2001-10-01 14:01 forsyth
2001-10-01 14:06 rob pike
2001-10-01 15:42 ` Douglas A. Gwyn
2001-10-02 13:42 Sape Mullender
2001-10-02 13:47 rob pike
2001-10-02 13:48 Sape Mullender
2001-10-02 14:12 rog
2001-10-02 14:29 presotto
2001-10-02 14:31 rog
2001-10-02 14:37 Sape Mullender
2001-10-02 15:27 Fco.J.Ballesteros
2001-10-02 15:39 rog
2001-10-03  7:38 ` Boyd Roberts
2001-10-02 15:56 rob pike
2001-10-02 18:05 Russ Cox
2001-10-02 18:51 rog
2001-10-02 19:25 rob pike
2001-10-02 21:05 forsyth
2001-10-03  9:49 forsyth
2001-10-03 10:52 ` Boyd Roberts
2001-10-03 13:55 ` Borja Marcos
2001-10-03 14:23   ` Ronald G Minnich
2001-10-03 10:16 rog
2001-10-03 10:31 ` Boyd Roberts
2001-10-04 10:17 Richard Miller
2001-10-04 14:09 rog
2001-10-04 16:29 forsyth
2001-10-19 21:03 David Gordon Hogan

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=20011001104102.2E28D19ABA@mail.cse.psu.edu \
    --to=forsyth@vitanuova.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).