caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Mark Hayden <hayden@cs.cornell.edu>
To: caml-list@inria.fr
Cc: hayden@cs.cornell.edu
Subject: Ensemble, a toolkit for distributed communication in ML
Date: Thu, 24 Apr 1997 11:26:52 -0400	[thread overview]
Message-ID: <199704241526.LAA02586@gulag.cs.cornell.edu> (raw)


It is my pleasure to announce Ensemble (0.39), a distributed
communication toolkit written in the Objective Caml
programming language.  For an application builder, Ensemble
is a library of protocols that can be used for quickly
building complex distributed applications.  An application
registers 10 or so event handlers with Ensemble, and then
Ensemble handles the details of reliably sending and
receiving messages, transferring state, and detecting and
managing failures.  To find more about Ensemble, including
how to acquire it, visit this URL:

  http://www.cs.cornell.edu/Info/Projects/Ensemble/index.html

Mark Hayden (hayden@cs.cornell.edu)

* High performance: On a 200 Mhz Pentium-pro, Ensemble
  compiled with the Ocaml native code compiler adds about 50
  usec latency to the cost of sending & receiving a message.
  This is about a 20% overhead to the cost of sending a
  message over UDP with 10 Mbit ethernet.

* Powerful: Ensemble includes over 40 protocol layers.
  These include layers for reliable communication, group
  membership, encryption, network partition and merging,
  scalable communication, flow control, process migration,
  broadcast ordering, and state transfer.

* Flexible: Protocol layers can be combined into a large
  number of different protocol stacks that provide
  high-level properties to applications.  In addition
  protocol stacks can be changed on-the-fly in running
  systems.

* Freely available software: The software distribution
  includes precompiled bytecode libraries, full source code,
  and documentation.

* Ensemble runs over Windows/NT and all Unix platforms
  supported by Ocaml.

* Ensemble can be used as a library from ML.  In addition,
  it has several C and C++ interfaces.  A Java interface is
  underway.

* Ensemble supports communication over UDP, TCP, and ATM.

* The Ensemble distribution includes a variety of
  demonstration programs.






             reply	other threads:[~1997-04-24 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-24 15:26 Mark Hayden [this message]
1997-07-25 14:44 Mark Hayden

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=199704241526.LAA02586@gulag.cs.cornell.edu \
    --to=hayden@cs.cornell.edu \
    --cc=caml-list@inria.fr \
    /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).