9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: rog@vitanuova.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] vnc-like cpu service
Date: Thu, 13 Oct 2005 19:52:04 +0100	[thread overview]
Message-ID: <ddc96cd9f4acdec0d67b99de23d9bc5d@vitanuova.com> (raw)
In-Reply-To: <ee9e417a0510130811w7377c13al9d21c5025ca1342b@mail.gmail.com>

this is very like something that Chris Locke did
inside inferno (drawmux). this program allowed
multiple remote clients to view a draw session,
by snooping on the draw state exactly as you suggest.

the main difference was that in that scenario, the
draw snoop ran on the terminal, using its local display,
as opposed to running on a CPU server, using a terminal's
remote display.

however the form of the required code is very similar.
it's in /appl/wm/drawmux/drawmux.b in the inferno distribution;
it might be useful as a template for a plan 9 version.



  parent reply	other threads:[~2005-10-13 18:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-13 15:11 Russ Cox
2005-10-13 15:40 ` andrey mirtchovski
2005-10-13 18:52 ` rog [this message]
2005-10-14 23:05 ` McLone
2005-10-15  2:07   ` Russ Cox

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=ddc96cd9f4acdec0d67b99de23d9bc5d@vitanuova.com \
    --to=rog@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).