caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Fabrice Le Fessant <lefessan@tyminouch.dyndns.org>
To: Francois Rouaix <Francois.Rouaix@inria.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] ocamlnet status ? other project ?
Date: Tue, 27 May 2003 15:04:04 +0200	[thread overview]
Message-ID: <16083.25156.369120.308742@tyminouch.dyndns.org> (raw)
In-Reply-To: <75BD9879-8F8C-11D7-8BEB-000A95773ED2@inria.fr>


>  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


  parent reply	other threads:[~2003-05-27 13:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-26 15:12 Francois Rouaix
2003-05-26 16:29 ` dom
2003-05-26 17:14 ` Gerd Stolpmann
2003-05-27 13:04 ` Fabrice Le Fessant [this message]
2003-05-27 13:35 ` James Leifer

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=16083.25156.369120.308742@tyminouch.dyndns.org \
    --to=lefessan@tyminouch.dyndns.org \
    --cc=Francois.Rouaix@inria.fr \
    --cc=caml-list@inria.fr \
    /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).