caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Florian Hars <hars@bik-gmbh.de>
To: Sylvain LE GALL <sylvain.le-gall@polytechnique.org>
Cc: Katherine Moore <kfm@seas.upenn.edu>, caml-list@inria.fr
Subject: Re: [Caml-list] Distributed messaging in Ocaml
Date: Wed, 01 Oct 2003 18:24:37 +0200	[thread overview]
Message-ID: <3F7AFFC5.5040405@bik-gmbh.de> (raw)
In-Reply-To: <20030930173124.GB946@grand>

Sylvain LE GALL wrote:
> On Tue, Sep 30, 2003 at 11:07:57AM -0400, Katherine Moore wrote:
>>I am trying to implement a scalable, peer-to-peer data sharing system
 >
> I think you should take a look at ensemble. It seems to be a great tool
> to do what you are describing.

No, last time I looked at it, I came to the conclusion that in its current form
ensemble is completely unusable in a P2P environment, since the protocol
requires that you can trust the intergity of the clients connecting to the
network. It just stuffs the bytes received from the net into
Marshal.from_something (which explains part of its speed). You would have to
implement a typesafe marshalling layer that does integrity checks on the
received messages.
Another possible problem: frequent joins and leaves (as you might expect in a
successful P2P environment) might keep the nodes busy syncronizing views and
electing new leaders and leave no time for actual data exchange.

Yours, Florian.

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2003-10-01 16:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-30 15:07 Katherine Moore
2003-09-30 17:31 ` Sylvain LE GALL
2003-10-01 16:24   ` Florian Hars [this message]
2003-10-01 22:54     ` Benjamin Geer

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=3F7AFFC5.5040405@bik-gmbh.de \
    --to=hars@bik-gmbh.de \
    --cc=caml-list@inria.fr \
    --cc=kfm@seas.upenn.edu \
    --cc=sylvain.le-gall@polytechnique.org \
    /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).