On Thu, 2010-09-16 at 15:04 -0700, Dario Teixeira wrote: > Could you expand on the reasoning a little? I mean, what is for you > the advantage of running Eliom over Ocamlnet as opposed to over the > Ocsigen server?
Running Eliom over OCamlNet lets it integrate a bit more closely with a third-party web server via FastCGI. Standard functions such as absolute URL construction and SSL checking that depend on the host, port, and connection type have a knack for breaking when run behind a reverse proxy. So, if you're trying to integrate an Eliom web service into a larger site running Apache/nginx/lighttpd/whatever, FastCGI can be a huge benefit. OTOH, if Ocsigen had a FastCGI extension, that could alleviate the need for another web server in some cases. - Michael -- Web/blog: http://elehack.net/michael Jabber/Google Talk: this e-mail address Twitter: http://twitter.com/elehack mouse, n: a device for pointing at the xterm in which you want to type _______________________________________________ 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