From: Jonathan Bryant <jtbryant@valdosta.edu>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] FastCGI
Date: Thu, 20 Oct 2005 09:08:04 -0400 [thread overview]
Message-ID: <1129813684.5692.15.camel@starlight> (raw)
In-Reply-To: <53c655920510200323t45f45db6h@mail.gmail.com>
> There seems to be many (Fast)CGI implementations in OCaml around:
> XCaml, CamlGI, caml-fastcgi, OCamlNet... But many seem dead, or won't
> even build. I'm wondering which one should I choose, and I'd be glad
> to find some examples or a good doc to start with. Any experiences ? I
> hope the OCaml FastCGI community hasn't give up.
I'm currently working on one for an in-house project I'm doing. I can
post the source if you would like. Currently, request and response
handling are done, cookies are done, and sessions just need a little
tweak to get them working. The persistance of sessions works (rather
nicely I might add, I just need to rewrite them to use cookies, that is
unless someone knows off hand if there is an attribute in the HTTP
headers to start a HTTP session within the web server. There are also
URL en/de-code functions...
The library is in pure OCaml and is (almost) purely functional. No
libraries external to the main OCaml distribution are required.
--Jonathan
next prev parent reply other threads:[~2005-10-20 13:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-20 10:23 FastCGI David Baelde
2005-10-20 13:08 ` Jonathan Bryant [this message]
2005-10-20 13:24 ` [Caml-list] FastCGI Maxence Guesdon
2005-10-20 14:38 ` Alessandro Baretta
2005-10-20 21:10 ` Eric Stokes
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=1129813684.5692.15.camel@starlight \
--to=jtbryant@valdosta.edu \
--cc=caml-list@yquem.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