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 XAA26294; Mon, 10 Feb 2003 23:10:41 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id XAA26528 for ; Mon, 10 Feb 2003 23:10:40 +0100 (MET) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h1AMAeP13800 for ; Mon, 10 Feb 2003 23:10:40 +0100 (MET) Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18iM8O-0003Bu-00; Mon, 10 Feb 2003 23:10:40 +0100 Received: from [80.129.101.200] (helo=gate.gerd-stolpmann.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18iM8N-0007HW-00; Mon, 10 Feb 2003 23:10:39 +0100 Received: from ice.gerd-stolpmann.de (ice.gerd-stolpmann.de [192.168.0.13]) by gate.gerd-stolpmann.de (Postfix) with ESMTP id 8B78F56C5; Mon, 10 Feb 2003 23:10:42 +0100 (CET) Received: by ice.gerd-stolpmann.de (Postfix, from userid 1000) id 12A45B059; Mon, 10 Feb 2003 23:10:39 +0100 (CET) Subject: [Caml-list] ocamlnet-0.95 released From: Gerd Stolpmann To: caml-list@inria.fr, ocamlnet-devel@sourceforge.net Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 10 Feb 2003 23:10:39 +0100 Message-Id: <1044915039.956.3.camel@ice> Mime-Version: 1.0 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi list, I have recently released the newest versionn of ocamlnet. This release only addresses issues with the jserv support. ---------------------------------------------------------------------------- What is ocamlnet? ---------------------------------------------------------------------------- A collection of modules for the Objective Caml language which focus on application-level Internet protocols and conventions. The current distribution contains: - a mature implementation of the CGI protocol - an implementation of the JSERV protocol (AJP-1.2), can be used with mod_jserv (Apache JServ) and mod_jk (Jakarta connector) to connect application servers written in O'Caml with web servers - an experimental POP3 client - a library of string processing functions related to Internet protocols (formerly known as "netstring" and distributed separately): MIME encoding/decoding, Date/time parsing, Character encoding conversion, HTML parsing and printing, URL parsing and printing, OO-representation of channels, and a lot more. Ocamlnet is developed as a SourceForge project: http://sourceforge.net/project/ocamlnet Developers and code contributions are welcome. Ocamlnet is licensed under the zlib/libpng license. ---------------------------------------------------------------------------- Where can I download the sources? ---------------------------------------------------------------------------- http://prdownloads.sourceforge.net/ocamlnet/ocamlnet-0.95.tar.gz http://www.ocaml-programming.de/packages/ocamlnet-0.95.tar.gz You NEED the PCRE library as prerequisite, and findlib is recommended (but not required). ---------------------------------------------------------------------------- Where can I read more? ---------------------------------------------------------------------------- http://ocamlnet.sourceforge.net. There is also an online version of the manual. ---------------------------------------------------------------------- Changes in 0.95: ---------------------------------------------------------------------- Several bugfixes in the jserv modules. There is now a jserv property "ocamlnet.https" to set that the server assumes the HTTPS protocol. New jserv config options js_idle_worker and js_idle_master to perform idle callbacks when nothing is to do. Gerd -- ------------------------------------------------------------ Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany gerd@gerd-stolpmann.de http://www.gerd-stolpmann.de ------------------------------------------------------------ ------------------- 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