caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Ensemble, a toolkit for distributed communication in ML
@ 1997-04-24 15:26 Mark Hayden
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Hayden @ 1997-04-24 15:26 UTC (permalink / raw)
  To: caml-list; +Cc: hayden


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.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* Ensemble, a toolkit for distributed communication in ML
@ 1997-07-25 14:44 Mark Hayden
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Hayden @ 1997-07-25 14:44 UTC (permalink / raw)
  To: caml-list


It is my pleasure to announce Ensemble (0.40), 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-07-25 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-04-24 15:26 Ensemble, a toolkit for distributed communication in ML Mark Hayden
1997-07-25 14:44 Mark Hayden

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).