Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Malcolm Matalka <mmatalka@gmail.com>
To: Francois Berenger <francois.berenger@inria.fr>
Cc: OCaml List <caml-list@inria.fr>
Subject: Re: [Caml-list] What are people using when writing distributed applications in OCaml?
Date: Thu, 04 Dec 2014 15:37:30 +0000	[thread overview]
Message-ID: <87h9xbxw79.fsf@gmail.com> (raw)
In-Reply-To: <54802A60.7020704@inria.fr> (Francois Berenger's message of "Thu, 04 Dec 2014 10:33:20 +0100")

It depends on what level you're talking.  My distributed systems apps
tend to be functorized over their transport, so I can switch out what
works and what doesn't pretty easily.

I tend to avoid RPC frameworks, I find they focus more on the
computation than on the data, but depending on what you're doing they
could be appropriate.

Unless you're under heavy load, simple HTTP calls with some JSON is
probably sufficient.

Francois Berenger <francois.berenger@inria.fr> writes:

> Hello,
>
> If you know about some distributed application that went into production
> and that can happily withstand the fire of production and real world loads, I would be happy to here about which library the system was
> using.
>
> I have heard about MPI and zmq for example, which both have
> ocaml bindings. However, I also know that there are several RPC
> implementations out there (one in ocamlnet, one in mirage, one in core), but I am not sure about which one is the most mature and
> production-tested.
>
> Thanks a lot,
> Francois.

  parent reply	other threads:[~2014-12-04 15:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-04  9:33 Francois Berenger
2014-12-04  9:47 ` Kenneth Adam Miller
2014-12-04  9:55   ` Anders Fugmann
2014-12-04 12:00 ` Gerd Stolpmann
2014-12-04 15:37 ` Malcolm Matalka [this message]
2014-12-04 19:54   ` Gerd Stolpmann

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=87h9xbxw79.fsf@gmail.com \
    --to=mmatalka@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=francois.berenger@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