[
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: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] Apache ocaml_mod? |
On Sun, 2 Jun 2002, Vincent Foley wrote: > Is anyone working on such a mod? Seeing how Ocaml had a MySQL binding, > I was thinking of maybe doing a school project with that (a web-based > application for declaring accidents happening in a manufacture). If such a module (for apache) would exist, it should/would be named mod_ocaml, not ocaml_mod. But this only makes sense for scripting languages, because you are always able to start an executable directly. This can be an ocaml-program too. If you have a mod_perl, then the advantage of this is, that you can start perl-code without relaunching the application every time again; and the problem of relaunching a perl-script over and over again is, that there is a compilation of the script, every time you start it. With mod_perl, the scripts will not be recompiled again, because it can be eval'd. Ciao, Oliver ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners