9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: weigelt@metux.de, 9fans@cse.psu.edu
Subject: Re: [9fans] p9p + devdraw
Date: Fri, 14 Dec 2007 12:42:38 -0500	[thread overview]
Message-ID: <20071214174210.6A5421E8C60@holo.morphisms.net> (raw)
In-Reply-To: <20071213015515.GA30611@nibiru.local>

> I'd like to understand how devdraw works on plan9port.
> 
> AFAIK, libdraw spawns the devdraw server as subprocess and 
> talks to it via an pipe. But this means it's not network
> transparent. 
> 
> Is there any way for getting an network transparent
> display server ? 

What does network-transparent mean?

If it means "emit curses codes so that everything works
inside your xterm" then sorry, that can't happen: they're
graphical interfaces.

If it means "if you're on some other machine and have
X forwarding set up right, then a new window pops up
on your screen" then devdraw *is* network transparent.

Either way, the situation is no different than if the programs
linked directly against the X library.

Russ


  reply	other threads:[~2007-12-14 17:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-13  1:55 Enrico Weigelt
2007-12-14 17:42 ` Russ Cox [this message]
2007-12-15  3:32   ` Gorka Guardiola

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=20071214174210.6A5421E8C60@holo.morphisms.net \
    --to=rsc@swtch.com \
    --cc=9fans@cse.psu.edu \
    --cc=weigelt@metux.de \
    /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).