[erlang-questions] Erlang Web Servers challenge

David Goehrig dave@REDACTED
Wed Jul 6 14:45:35 CEST 2011


On Jul 6, 2011, at 5:45 AM, Zabrane Mickael <zabrane3@REDACTED> wrote:

> 
> I disagree. That's not what the challenge is about.
> Why don't just try it and avoid (useless) questions!

Because your "benchmark" is meaningless without proper controls and variables. This supposed challenge characterizes nothing, because you've not defined any meaningful constraints on the system. 

A meaningful benchmark measures changes in response to one or more environmental pressures. For example, you can measure OS process starvation's effect on tcp backlog across each server with memory, io, CPU load, and payload all remaining constant. 

Similarly you can look at performance with respect to slow connections, high packet loss, CPU starvation, memory starvation, file descriptor starvation, and io blocking. And just about any other variable you can control for. 

Throughput will vary as a function of all these factors and will demonstrate a lot of important issues for each system design. 

So to answer your question, the best reason not to try the challenge is because it is a terrible waste of time that could be better spent properly characterizing a production system. 

Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110706/c93a5c34/attachment.htm>


More information about the erlang-questions mailing list