9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] i need someone to pinpoint a sample program for me : )
Date: Thu,  7 Sep 2006 19:54:49 -0400	[thread overview]
Message-ID: <ee9e417a0609071654p322064d4rd9f8ae3dbf39b3cc@mail.gmail.com> (raw)
In-Reply-To: <08e35d54e7ce58abf3f30a8edd7d2ffb@vitanuova.com>

> i have thought in the past that the man pages could make it
> clearer how ref counts interact with clunk - i.e. that a client will never
> send a clunk while there are outstanding transactions on the fid.
> this (i think) falls naturally from the way things are implemented
> in plan 9, but might not be obvious to those writing servers (or
> new clients).

i don't actually know how ref counts interact with clunk.
certainly the plan 9 kernels don't send clunks of fids with
transactions outstanding, but there is nothing in section 5
that says this is a requirement, and even if there were,
robust servers would do well to detect that case anyway.

much of the ref counting in lib9p exists for exactly this purpose,
to do something sensible even when the client doesn't.

russ


  reply	other threads:[~2006-09-07 23:54 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-25  2:30 [9fans] replica Richard Bilson
2006-08-25  3:38 ` Lyndon Nerenberg
2006-08-25  4:08   ` geoff
2006-08-25  8:19     ` Martin Neubauer
2006-08-27 23:23       ` geoff
2006-08-28  2:46         ` Richard Bilson
2006-08-25 14:22 ` [9fans] Pegasus 2.2 is released arisawa
2006-08-26  1:56   ` Skip Tavakkolian
2006-08-26  4:36     ` arisawa
2006-08-30  1:32       ` Lyndon Nerenberg
2006-08-26 19:29   ` Skip Tavakkolian
2006-08-26 21:51     ` arisawa
2006-08-29  4:10       ` [9fans] " Dave Eckhardt
2006-08-29  8:16         ` arisawa
2006-08-29 19:57           ` erik quanstrom
2006-08-30  5:39             ` Dave Eckhardt
2006-08-30 23:59               ` erik quanstrom
2006-08-31  8:11                 ` [9fans] i need someone to pinpoint a sample program for me : ) bituman
2006-08-31 10:18                   ` Gabriel Diaz
2006-08-31 12:52                     ` rog
2006-08-31 13:38                       ` Gabriel Diaz
2006-08-31 13:52                         ` Russ Cox
2006-08-31 14:04                           ` rog
2006-09-07 23:54                             ` Russ Cox [this message]
2006-08-31 14:05                         ` rog
2006-08-31 15:30                     ` David Leimbach
2006-08-31 15:32                       ` David Leimbach
2006-08-31 15:05                   ` Sergey Zhilkin
2006-09-05 20:25                   ` Sascha Retzki

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=ee9e417a0609071654p322064d4rd9f8ae3dbf39b3cc@mail.gmail.com \
    --to=rsc@swtch.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).