Browse thread
AW: [Caml-list] Apache 2 and mod_ocaml
- Bauer, Christoph
[
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: | -- (:) |
| From: | Bauer, Christoph <Christoph.Bauer@l...> |
| Subject: | AW: [Caml-list] Apache 2 and mod_ocaml |
> There is support for AJP (the Java connector you mention) and > FastCGI in Ocamlnet (http://ocamlnet.sourceforge.net). The > O'Caml code runs in a separate process, with all advantages, > e.g. native code support, increased stability etc. Gerd BTW, there is another binding of FastCGI for OCaml. It uses the C-Library, works under windows and could be used with threads. In fact, it is only tested on windows. A binary version is included in OCaml-Mingw-Maxi. If somebody really need it, I could release the source. Christoph Bauer