Am Donnerstag, den 04.12.2014, 10:33 +0100 schrieb Francois Berenger: > 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. The one in OCamlnet was extensively tested at Mylife.com (around 2009), where we built up a 24/7 distributed service over several hundred machines. Part of that were also some HA services with failover possibility, which is worth to mention because it means that the error reporting and timeout handling was working. At present, I'm not aware of a mass deployment, though. Gerd -- ------------------------------------------------------------ Gerd Stolpmann, Darmstadt, Germany gerd@gerd-stolpmann.de My OCaml site: http://www.camlcity.org Contact details: http://www.camlcity.org/contact.html Company homepage: http://www.gerd-stolpmann.de ------------------------------------------------------------