9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "John E. Barham" <jbarham@jbarham.com>
To: 9fans@cse.psu.edu
Subject: [9fans] venti workalike in Python
Date: Tue,  9 Dec 2003 18:00:41 -0800	[thread overview]
Message-ID: <055001c3bec1$6a449170$6739a8c0@hpn5415> (raw)

I'm attempting to decipher the venti and vac code and write a workalike in
Python.  (packet.c had me bogged down for a while...)  At this point I don't
care that much about compatibility, and can't really test it as I don't have
a running instance of Plan 9.  But as has been noted here before, the venti
procol is relatively trivial--hello, ping, read, write, goodbye, error,
although the two auth messages appear to be unused for the moment?--so
making it compatible at some point shouldn't be too much of a problem.
Having said that, is there any documentation on the venti protocol apart
from the source?

I'm not planning on re-implementing venti's arena code but thought that it
would be quick and easy for testing purposes to implement the back-end
storage using something like dbm or, mea culpa, a relational database.  (I
added binary type support to the Python extension for SQLite with this in
mind.)  Thoughts?

    John



             reply	other threads:[~2003-12-10  2:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-10  2:00 John E. Barham [this message]
2003-12-10  2:31 ` Russ Cox
2003-12-10  2:51   ` Geoff Collyer
2003-12-10 22:52 ` William Josephson
2003-12-11  7:20 ` John E. Barham
2003-12-11  9:46 ` John E. Barham
2003-12-11 16:23   ` Russ Cox
2003-12-10 12:11 Geoff Collyer

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='055001c3bec1$6a449170$6739a8c0@hpn5415' \
    --to=jbarham@jbarham.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).