From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id E13A2BC57 for ; Sat, 24 Jul 2010 10:57:49 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsYEALpHSkxQW+UMgWdsb2JhbACTHYxIFQEBFiIiiBe3IIU2BIdTgRE X-IronPort-AV: E=Sophos;i="4.55,252,1278280800"; d="scan'208";a="56068910" Received: from lo.gmane.org ([80.91.229.12]) by mail2-smtp-roc.national.inria.fr with ESMTP; 24 Jul 2010 10:57:49 +0200 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OcaYG-0005Pm-HB for caml-list@inria.fr; Sat, 24 Jul 2010 10:57:48 +0200 Received: from ks368928.kimsufi.com ([94.23.39.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Jul 2010 10:57:48 +0200 Received: from sylvain by ks368928.kimsufi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Jul 2010 10:57:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: scalable web apps Date: Sat, 24 Jul 2010 08:57:41 +0000 (UTC) Message-ID: References: <914B9960-EBC8-439B-B7F8-A852859B522F@gmail.com> X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ks368928.kimsufi.com User-Agent: slrn/pre1.0.0-11 (Linux) X-Spam: no; 0.00; le-gall:01 scalable:01 scalable:01 ocaml:01 ocaml:01 dispatcher:01 10,:98 wrote:01 caml:02 talks:03 apps:04 apps:04 written:07 meeting:08 naked:88 On 24-07-2010, Joel Reymont wrote: > How do you build scalable web apps with OCaml? > > Do you use Apache with mod_caml? Naked Ocsigen? > > Do you put Ocsigen behind Nginx? > I think that using ocsigen should be enough. There was a nice presentation by Dario Texeira at the last OCaml Meeting: https://forge.ocamlcore.org/docman/view.php/77/106/ocaml-web-startup.pdf (he talks about dispatcher from page 5 to 10, a way to use all the processing power of a server) Unfortunately, he said more things than what is written. The video of his talk is on my computer -- I will publish it when I have time. Regards, Sylvain Le Gall