From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id SAA26110; Fri, 20 Feb 2004 18:25:55 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id SAA26507 for ; Fri, 20 Feb 2004 18:25:53 +0100 (MET) Received: from aomori.annexia.org (annexia.force9.co.uk [212.56.101.183]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i1KHPqae011864 for ; Fri, 20 Feb 2004 18:25:52 +0100 Received: from rich by aomori.annexia.org with local (Exim 3.36 #1 (Debian)) id 1AuEPK-0002A1-00; Fri, 20 Feb 2004 17:25:46 +0000 Date: Fri, 20 Feb 2004 17:25:46 +0000 To: Vlad Seryakov Cc: caml-list@inria.fr Subject: Re: [Caml-list] Embedding OCaml Message-ID: <20040220172545.GA7538@redhat.com> References: <40363E5A.6030707@crystalballinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40363E5A.6030707@crystalballinc.com> User-Agent: Mutt/1.5.4i From: Richard Jones X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 embedding:01 2004:99 vlad:99 dynalink:01 dynamically:01 dynlink:01 fussy:01 autoconf:01 automake:01 compiles:01 rpms:01 ltd:98 cmo:01 ocaml:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, Feb 20, 2004 at 12:05:30PM -0500, Vlad Seryakov wrote: > Hello, > > I am trying to embedd OCaml into Aolserver as second interpreter. > Aolserver is multithreaded web server which uses Tcl > as scripting language. Requestes are processed concurrently by calling > Tcl scripts. My intention is to add OCaml > to Aolserver so web pages written in Caml can be used for web programming. > > My question is, is it safe to use OCaml in such environment where many > different OCaml scripts can be executed. Have a look at this posting: http://caml.inria.fr/archives/200308/msg00258.html > I use Dynalink pacjage for dynamically loading object .cmo files. Dynlink is very fussy. I had lots of problems with it. You might like to look at mod_caml for ideas. Rich. -- Richard Jones. http://www.annexia.org/ http://www.j-london.com/ Merjis Ltd. http://www.merjis.com/ - improving website return on investment MAKE+ is a sane replacement for GNU autoconf/automake. One script compiles, RPMs, pkgs etc. Linux, BSD, Solaris. http://www.annexia.org/freeware/makeplus/ ------------------- 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