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 PAA09773; Tue, 27 May 2003 15:05:58 +0200 (MET DST) 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 PAA09725 for ; Tue, 27 May 2003 15:05:57 +0200 (MET DST) Received: from tyminouch.dyndns.org (pc4-cmbg2-5-cust143.cmbg.cable.ntl.com [81.100.86.143]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h4RD5uT20149; Tue, 27 May 2003 15:05:56 +0200 (MET DST) Received: from tyminouch.dyndns.org (tyminouch [127.0.0.1]) by tyminouch.dyndns.org (8.12.5/8.12.5) with ESMTP id h4RD44Go009579; Tue, 27 May 2003 15:04:04 +0200 Received: (from lefessan@localhost) by tyminouch.dyndns.org (8.12.5/8.12.5/Submit) id h4RD44wS009576; Tue, 27 May 2003 15:04:04 +0200 From: Fabrice Le Fessant MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16083.25156.369120.308742@tyminouch.dyndns.org> Date: Tue, 27 May 2003 15:04:04 +0200 To: Francois Rouaix Cc: caml-list@inria.fr Subject: Re: [Caml-list] ocamlnet status ? other project ? References: <75BD9879-8F8C-11D7-8BEB-000A95773ED2@inria.fr> X-Mailer: VM 7.14 under Emacs 21.2.1 X-Spam: no; 0.00; caml-list:01 ocamlnet:01 filesystems:01 python:01 cdk:01 mldonkey:01 generic:01 cristal:01 kernel:01 ocaml:01 library:03 fabrice:04 utils:04 seems:05 fessant:06 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > Hi all, > I'm looking into possible code bases for a new proxy project (in the > style of V6, http://cristal.inria.fr/~rouaix/V6/, but with lots of > other protocols such as IMAP4, filesystems, ...). > In the OCaml world, it seems that OCamlnet was the largest library of > protocols (HTTP, FTP, ...), but it looks like it stopped in late 2001. > Has it evolved since ? > There's also Python code (Twisted Project) but HTTP seems to be > oversimplified (e.g. 1998 style HTTP). > And of course, there's Java code everywhere. > > Any other solution that I should be aware of ? You can also look at: * The CDK, and its net/ library. I think there is a simple HTTP client, HTTP server and an FTP client. * MLdonkey, where the net/ library (mldonkey/src/utils/net/) contains the kernel of a mono-threaded generic network program (ie BasicSockets, TcpBufferedSockets, UdpSockets, TcpServerSockets), wired on select/poll system calls, with some kind of bandwidth control, and an HTTP client and server. - Fabrice ------------------- 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