9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <9nut@9netics.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Help on /srv, named pipes
Date: Fri, 22 Sep 2006 09:40:48 -0700	[thread overview]
Message-ID: <0bbe43c877f5e89c8f913d122016915c@9netics.com> (raw)
In-Reply-To: <b2610cc6286df602f40529eb3ef439f8@mail.gmx.net>

> So I changed irc7/irc.c to read/write all traffic via /srv/glendairc and made ircsrv.c write to /srv/glendairc instead of /tmp/whatnot. Piece of cake.

except only one pending read of /srv/glendairc
will succeed.  have you thought about putting an
fs in front of it?  each client gets its own copy of
what comes from the network.

(user1) <-> fs/0/data \
(user2) <-> fs/1/data  } <=chan(irc)=> proc(ircsrv/mux)
(user3) <-> fs/2/data /

i think there's an example in nemo's intro book.



      parent reply	other threads:[~2006-09-22 16:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-22 14:30 Sascha Retzki
2006-09-22 15:32 ` Russ Cox
2006-09-22 16:40 ` Skip Tavakkolian [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=0bbe43c877f5e89c8f913d122016915c@9netics.com \
    --to=9nut@9netics.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).