Browse thread
Apache 2 and mod_ocaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-12-16 (18:10) |
From: | Alex Baretta <alex@b...> |
Subject: | Re: [Caml-list] Apache 2 and mod_ocaml |
Richard Jones wrote: > On Thu, Dec 16, 2004 at 02:45:32PM +0100, Peter Busser wrote: > >>According to the documentation, mod_lisp uses a simpler protocol than JServ. >>[...] > > > I never really understood why people don't just use HTTP. It is, > after all, a perfectly suitable protocol for transfering web requests > and web pages between entities :-) > > Rich. > This is what we are doing with the xcamld. Xcamld is a light-weigh http server working behind the scenes of a full-fledged server like Apache, which has support for proxying a request to another server. The client connects to Apache via HTTP; Apache is configured to act as a transparent proxy for this request and relays it to the xcamld. We already have a complete implementation of the HTTP 1.1 protocol and are currently working on the Ocamlnet bindings. Alex -- ********************************************************************* http://www.barettadeit.com/ Baretta DE&IT A division of Baretta SRL tel. +39 02 370 111 55 fax. +39 02 370 111 54 Our technology: The Application System/Xcaml (AS/Xcaml) <http://www.asxcaml.org/> The FreerP Project <http://www.freerp.org/>