[erlang-questions] [ANN] misultin v0.7

Max Lapshin max.lapshin@REDACTED
Sun Apr 10 19:35:18 CEST 2011


>
> I disagree. Mochiweb is slower because of design issues, not because it
> has more functionality. Most of the functionality in mochiweb that

You are speaking about stability and use blocking, unstable technique
of listening and reading sockets:

https://github.com/extend/cowboy/blob/master/src/cowboy_acceptor.erl#L34


I advise to read this:

http://www.trapexit.org/Building_a_Non-blocking_TCP_server_using_OTP_principles



More information about the erlang-questions mailing list