From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 3ABC4BB84 for ; Fri, 30 Jun 2006 17:59:31 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k5UFxVto027339 for ; Fri, 30 Jun 2006 17:59:31 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA25350 for ; Fri, 30 Jun 2006 17:59:30 +0200 (MET DST) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k5UFxUKR032004 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 30 Jun 2006 17:59:30 +0200 Received: from hydrogene.pps.jussieu.fr (hydrogene.pps.jussieu.fr [134.157.168.1]) by shiva.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k5UFxTAt074483 ; Fri, 30 Jun 2006 17:59:29 +0200 (CEST) X-Ids: 166 Received: from darmstadtium.pps.jussieu.fr (darmstadtium.pps.jussieu.fr [134.157.168.110]) by hydrogene.pps.jussieu.fr (8.13.4/jtpda-5.4) with ESMTP id k5UFxUZp003460 ; Fri, 30 Jun 2006 17:59:30 +0200 From: Vincent Balat Organization: Labo PPS - =?iso-8859-15?q?universit=E9_Paris?= 7 To: "David MENTRE" Subject: Re: [Caml-list] Which development framework for web application in OCaml? Date: Fri, 30 Jun 2006 18:00:59 +0200 User-Agent: KMail/1.9.1 Cc: caml-list@inria.fr References: <3d13dcfc0606230918i1b20de56ne27a7b823eb06660@mail.gmail.com> <200606301549.16121.balat@pps.jussieu.fr> <3d13dcfc0606300814l1ea8bd28veafca84ab4613121@mail.gmail.com> In-Reply-To: <3d13dcfc0606300814l1ea8bd28veafca84ab4613121@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200606301801.00067.balat@pps.jussieu.fr> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (shiva.jussieu.fr [134.157.0.166]); Fri, 30 Jun 2006 17:59:29 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.2/1578/Fri Jun 30 11:34:32 2006 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at nez-perce with ID 44A54A63.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 44A54A62.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at shiva.jussieu.fr with ID 44A54A61.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 model:01 jserv:01 beginner's:01 ocaml:01 beginners:01 bug:01 2006:98 2006:98 caml-list:01 caml-list:01 pps:01 pps:01 jussieu:01 jussieu:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 I don't thing we can implement Ocsigen with CGI because our model is not "p= age=20 based" (with Ocsigen, you program web site as a whole, like a usual caml=20 program, you do not have a file for each URL). It may be possible with=20 =46astCGI (?). We use our own web server to get more freedom than using Apache, and we are= =20 happy with it. We may plan to make an implementation based on fastcgi or an= =20 Apache module because a lot of users are asking this (mainly because they=20 trust Apache) but I am not convinced that it has a lot of advantages ... It= =20 may not be difficult to do. Basically, an Apache module for Ocsigen would=20 just say : "for all request inside this directory, delegate the page=20 generation to Ocsigen". Note that you can run Apache and Ocsigen on the same server using the "reve= rse=20 proxy" feature of Apache. Wishes Vincent Le Vendredi 30 Juin 2006 17:14, David MENTRE a =E9crit=A0: > Hello Vincent, > > 2006/6/30, Vincent Balat : > > It is not a new > > language but a set of modules for Objective Caml and a web server. > > Is there a specific reason to use a dedicated web server instead of a > standard one and standard interface (CGI, FastCGI, JServ, ...)? > > Best wishes, > d. > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs