To be a bit more accurate, when I hook-up elli to CloudI it shows that cowboy has better performance when doing the same http_req test with httperf.  So, it is likely that the benchmark (<a href="https://github.com/yesodweb/benchmarks" target="_blank">https://github.com/yesodweb/<wbr>benchmarks</a>) could be faster with cowboy (i.e., CloudI is limiting throughput, probably mainly due to erlang:now/0 usage).  One of the main reasons cowboy is faster is that the connection rate is an order of magnitude larger: 124.1 conn/s instead of 11.6 conn/s.  The throughput, for the curious was 12539.2 req/s cowboy and 11560.6 req/s elli.  I feel compelled to say again how httperf is not an accurate way to judge performance (see <a href="http://www.mnot.net/blog/2011/05/18/http_benchmark_rules" target="_blank">http://www.mnot.net/blog/2011/<wbr>05/18/http_benchmark_rules</a>), but it does provide a quick number to guess with.  There is more serious loadtesting of CloudI here https://github.com/okeuday/CloudI/tree/master/src/tests/http_req .<br><br>On Thursday, June 27, 2013 4:32:53 AM UTC-7, Loïc Hoguin wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">On 06/27/2013 11:17 AM, Knut Nesheim wrote:<br>> I happily help anybody who comes to me with questions.<p>Me too, but I'm not sure how that would help someone trying to debug an <br>issue in production quickly to avoid losing money.</p><p>You shouldn't make the product's usability dependent on the author's <br>availability. (And yep, I am also in the process of learning that, <br>except in my case it's with regards to documentation.)</p><p>-- <br>Loïc Hoguin<br>Erlang Cowboy<br>Nine Nines<br><a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br>______________________________<wbr>_________________<br>erlang-questions mailing list<br><a href="javascript:" target="_blank" gdf-obfuscated-mailto="O9-njmH9-XcJ">erlang-q...@erlang.org</a><br><a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br></p><p></p><p></p></blockquote>