9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: FJ Ballesteros <nemo@plan9.escet.urjc.es>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] old Brazil paper
Date: Fri,  3 Jan 2003 20:57:31 +0100	[thread overview]
Message-ID: <3E15EB2B.5070609@plan9.escet.urjc.es> (raw)
In-Reply-To: <03010316294900.00534@localhost.localdomain>

Using google I found this:

Abstracts
(Added as they become available)

Brazil
Rob Pike

With Plan 9 in production use, for example as the provider of Internet 
directory service for AT&T 800 numbers, operating systems research in 
our center has moved to a new system, called Brazil. Research topics 
being addressed in Brazil center on higher-performance machines and, 
particularly, networks. A new in-house 300 megabit/s switched fiber 
network increases the potential bandwidth between machines by at least 
an order of magnitude; our aim is to realize and exploit that bandwidth. 
The overall design is to eliminate unnecessary overhead, particularly by 
restructuring and redesigning where necessary to avoid copying data from 
element to element along the communications path. For example, the 
graphics model of the system has been completely replaced. Brazil uses a 
data-based model in which applications transmit graphical udpates as 
rectangular blocks of pixels to be written directly to the screen or 
window, rather than the traditional description of how to draw the 
update. This unifies traditional user interfaces and video at the lowest 
levels of the system, which, coupled with the model of the file name 
space inherited from Plan 9, makes it possible to display video on the 
display under control of the window system but without the window system 
needing to touch the data: the application can drive the display 
directly. Most of this software (except the operating system kernel) is 
written in a new concurrent systems programming language, Alef, which 
makes it easy to write multi-process servers and applications that can 
communicate using messages or shared memory, as appropriate.



  reply	other threads:[~2003-01-03 19:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-03 21:29 Andrey S. Kukhar
2003-01-03 19:57 ` FJ Ballesteros [this message]
2003-02-04  5:46   ` Andrey S. Kukhar

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=3E15EB2B.5070609@plan9.escet.urjc.es \
    --to=nemo@plan9.escet.urjc.es \
    --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).