caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Oliver Bandel <oliver@first.in-berlin.de>
To: Vincent Foley <vinfoley@iquebec.com>
Cc: OCaml Mailing list <caml-list@inria.fr>
Subject: Re: [Caml-list] Apache ocaml_mod?
Date: Mon, 3 Jun 2002 17:29:11 +0200 (MET DST)	[thread overview]
Message-ID: <Pine.LNX.3.95.1020603172549.358B-100000@first.in-berlin.de> (raw)
In-Reply-To: <20020602185027.GA9582@vincent>



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


      reply	other threads:[~2002-06-03 15:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-02 18:50 Vincent Foley
2002-06-03 15:29 ` Oliver Bandel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.3.95.1020603172549.358B-100000@first.in-berlin.de \
    --to=oliver@first.in-berlin.de \
    --cc=caml-list@inria.fr \
    --cc=vinfoley@iquebec.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).