9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Tiago Natel <tiago.natel@neoway.com.br>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Fwd: lib9p: Add clunk callback to Srv struct
Date: Tue,  2 Feb 2016 16:17:26 -0200	[thread overview]
Message-ID: <CAEDK68bnT6_Uk1yDifYxp43v8scshOkrqJPbLR9rscM66k0T6Q@mail.gmail.com> (raw)
In-Reply-To: <e319f3956f8e37d37bc2d2ecb5e272de@felloff.net>

[-- Attachment #1: Type: text/plain, Size: 1665 bytes --]

2016-02-01 20:03 GMT-02:00 <cinap_lenrek@felloff.net>:

> > Is there a reason why lib9p doesn't have a clunk function pointer in Srv
> struct?
>
> what about Srv.destroyfid()?
>
>           Destroyfid
>                When a Fid's reference count drops to zero (i.e., it
>                has been clunked and there are no outstanding requests
>                referring to it), destroyfid is called to allow the
>                program to dispose of the fid->aux pointer.
>
>
Thanks for your help! I'd tried using destroyfid to achieve what I need but
failed. I tried today again implement with destroyfid but realized that it
will not fully support what I need.

I'm using a file server for exchange data between 9P clients. When a new
file is created, I create a plan9 channel and two threads (one for handle
reads and other for writes), a write(2) to the file is translated into a
sendp and a read(2) is translated into a recvp on the channel. The channel
could be buffered or not, and then I want to maintain data allocated (aux
related data) anyway, because the file server is a queueing system when
channel have a buffer bigger than zero.

Apart from that, I want to know how many clients have each file opened to
update my stats file. It's possible in any way without a clunk callback?

I'm trying to replace a rabbitmq server with this system, but I have a
requirement for some way of monitoring of queues size, performance of
channels, number of clients connected to each channel (file on dchan), etc,
I need this kind of information for make a comparison with the current
queue system...

Thanks!

--
> cinap
>
>

[-- Attachment #2: Type: text/html, Size: 2311 bytes --]

  reply	other threads:[~2016-02-02 18:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAEDK68Ze=Di=8qQt1GOfkhq9nxb29=q=Z+AUuxzJouOT6_WeTg@mail.gmail.com>
2016-02-01 21:54 ` Tiago Natel
2016-02-01 22:03   ` cinap_lenrek
2016-02-02 18:17     ` Tiago Natel [this message]
2016-02-02 19:15       ` Skip Tavakkolian
2016-02-03  1:25       ` cinap_lenrek
2016-02-03 11:53         ` Tiago Natel
2016-02-01 22:42   ` Skip Tavakkolian

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=CAEDK68bnT6_Uk1yDifYxp43v8scshOkrqJPbLR9rscM66k0T6Q@mail.gmail.com \
    --to=tiago.natel@neoway.com.br \
    --cc=9fans@9fans.net \
    /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).