[erlang-questions] HTTP server optimized for dynamic content ?

Bob Ippolito bob@REDACTED
Thu Sep 13 16:45:43 CEST 2007


There's a copy of what we use, mochiweb, in here:
http://undefined.org/erlang/c4-1_erlang_mit.tgz

It'll be properly open source at some point, but what's in there
works. It's done billions of HTTP requests without exploding on us :)

-bob

On 9/13/07, Roberto Saccon <rsaccon@REDACTED> wrote:
> Does anybody know about any Erlang HTTP server optimized just  for
> dynamic requests ? A bit more sophisticated then those very simple
> servers floating around in the erlang tutorials, but without handling
> of static content, sessions and log files ?
>
> The closest to this requirements I have found so far is carre from the
> tercio (http://code.google.com/p/tercio/) project, after stripping off
> some off its stuff, it might be a starting point.
>
> regards
> --
> Roberto Saccon
> http://rsaccon.com
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list