> It would be nice to have something like this; the existing web
> frameworks (e.g. Ocamlnet and Ocsigen as another poster mentioned)
> implement the whole stack, but it would be nice to be able to mix
> and match (e.g. run Ocsigen's Eliom applications in Ocamlnet's
> Netplex server).

Ah! So I'm not the only one to think that this could be a killer
application and a huge driver for the diffusion of OCaml.
Unfortunately the Ocsigen team doesn't consider a FastCGI connector a
priority of any kind, and of course, Gerd doesn't have interest and
time in porting Eliom on Ocamlnet. It's a royal pity!


> My impression is that rack / wsgi punt on this issue, and assume
> threading. But an OCaml equivalent could possibly offer both a
> concurrent/asynchronous and a direct-style interface.

I don't know wsgi, but FastCGI is completely agnostic with regarding
to the concurrency model. A FastCGI server is an application listening
on a socket (Unix or Internet), and that's all.

My dream is *really* Eliom over Ocamlnet.


-- 
Paolo ⠠⠵

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to