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

Roberto Saccon rsaccon@REDACTED
Thu Sep 13 13:10:55 CEST 2007


I guess the question was not clear enough. it should not be or not be
based on yaws. yaws is great as an all purpose server, but if  you are
doing very specific things, you need to patch the internals of yaws
(that's what I am doing and I am pretty sure others do that as well
..)  and a lightweight http server would be easier to maintain for
such purpose

On 9/13/07, Claes Wikstrom <klacke@REDACTED> wrote:
> Roberto Saccon 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.
> >
>
> Read up on appmods in Yaws
>
> /klacke
>


-- 
Roberto Saccon
http://rsaccon.com



More information about the erlang-questions mailing list