[erlang-questions] Misultin v0.1 released

Mazen Harake mazen.harake@REDACTED
Tue Jul 28 07:31:10 CEST 2009


You seem to have the same flaw I found in Yaws a couple of months ago...

Look at line 99 in misultin_socket.erl... it seems that you will 
endlessly collect headers... not a good idea. You should add a counter 
to allow perhaps only 30 headers or a 1000 or so otherwise your Erlang 
VM will come crashing down.

oh and also... no documentation only a stupid online wiki :(

Regards,

/Mazen

Roberto Ostinelli wrote:
> Dear all,
>
> I've just released Misultin, an Erlang library for building fast 
> lightweight HTTP servers.
>
> Why another lightweight HTTP library in Erlang, when there's such a 
> popular and (may I add) wonderful Mochiweb library out there?
>
> The answer is simple. Misultin is targeted to be more lightweight, and 
> faster. The first benchmarks show that Misultin is an average 25-30% 
> faster than Mochiweb:
>
> http://code.google.com/p/misultin/wiki/Benchmarks
>
> examples of what can be done with Misultin are available here:
>
> http://code.google.com/p/misultin/wiki/ExamplesPage
>
> Cheers,
>
> >-|-|-(°>
>
> !r
>



More information about the erlang-questions mailing list