caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Ohad Rodeh <orodeh@cs.huji.ac.il>
To: Jeremy Fincher <tweedgeezer@hotmail.com>
Cc: caml-list@pauillac.inria.fr
Subject: Re: [Caml-list] High level (asynchronous) networking library?
Date: Sun, 15 Jul 2001 10:26:50 +0300 (IDT)	[thread overview]
Message-ID: <Pine.LNX.4.20_heb2.08.0107151024420.28480-100000@zigzag> (raw)
In-Reply-To: <DAV52NZs2NAxii7ryZ80000afd7@hotmail.com>

Jeremy,
  If you're interested in writing TCP based servers, than Ensemble
won't be much help to you. The standard OCaml Unix library is quite
sufficient for these purposes. Ensemble comes into its own when you
want to write fault-tolerant group-communication style servers. 
  
  All the best, 
	Ohad.

On Thu, 12 Jul 2001, Jeremy Fincher wrote:

> > Have you taken a look at the Ensemble-library? -
> >
> > http://www.cs.cornell.edu/Info/Projects/Ensemble
> >
> > It may not be exactly what you want (I guess you want TCP/IP asynchronous
> > networking), but it surely contains tons of leading-edge networking code
> > that can be reused for other purposes.
> 
> I've seen Ensemble, but it seems much more oriented toward peer-to-peer
> group communication than toward the type of client-server model I'm hoping
> that a high-level asynchronous library would make easier to implement.If
> Ensemble does provide the necessary tools for writing standard TCP network
> servers, then by all means, someone correct me, because it'd be great to be
> able to integrate servers and group communication in the same package (and
> it could make some of the stuff I hope to implement go much more easily :))
> 
> Jeremy
> -------------------
> Bug reports: http://caml.inria.fr/bin/caml-bugsFAQ: http://caml.inria.fr/FAQ/
> To unsubscribe, mail caml-list-request@inria.frArchives: http://caml.inria.fr
> 

-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


  reply	other threads:[~2001-07-15  7:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-12  5:31 Jeremy Fincher
2001-07-12  9:06 ` Markus Mottl
2001-07-12 12:14   ` Jeremy Fincher
2001-07-15  7:26     ` Ohad Rodeh [this message]
2001-07-12 20:37 ` Gerd Stolpmann
2001-07-14  2:29 ` John Max Skaller

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=Pine.LNX.4.20_heb2.08.0107151024420.28480-100000@zigzag \
    --to=orodeh@cs.huji.ac.il \
    --cc=caml-list@pauillac.inria.fr \
    --cc=tweedgeezer@hotmail.com \
    /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).