On Thu, Sep 16, 2010 at 4:05 AM, ben kuin <benk...@gmail.com> wrote: > Is there a web server interface / adapter for ocaml that abstracts > your application from the various web server implementations?
There is no OCaml equivalent to rack / wsgi. 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). Part of the difficulty is that there are different approaches to concurrency/asynchrony (Lwt for Ocsigen, Equeue for netplex). 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. Jake _______________________________________________ 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