Browse thread
[Caml-list] Web Development with 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: | 2001-07-11 (06:19) |
From: | Alain Frisch <frisch@c...> |
Subject: | Re: [Caml-list] Web Development with OCaml |
On Wed, 11 Jul 2001, Jimmie Houchin wrote: > Is there any interest in a mod_ocaml or a fast-cgi module for OCaml? > I haven't a clue on how to develop either but could possibly learn. :) > After learning OCaml (at least some) first. If I understand correctly what you mean by mod_ocaml (packaging OCaml runtime environment in a Apache module, in order to avoid to load it for every request), Samuel Heriard (in Cc) started such a project; I don't know how the progress status. The GC should'nt be a big problem: between two requests, the runtime environment can completely flush the heap (excepted for the connection/persistency manager). But I may miss some important issues. -- Alain Frisch ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr