[erlang-questions] Erlang web servers challenge

Jon Watte jwatte@REDACTED
Wed Jul 6 21:38:50 CEST 2011


Another ambiguous part of the problem as stated:
The way the question is worded, I could write a TCP server that accepts a
connection, then spits out a static blob of text consisting of static HTTP
headers and the contents of the file -- I don't even need to parse the
request, because this file is the only thing that the server will serve.

Sincerely,

jw


--
Americans might object: there is no way we would sacrifice our living
standards for the benefit of people in the rest of the world. Nevertheless,
whether we get there willingly or not, we shall soon have lower consumption
rates, because our present rates are unsustainable.



On Wed, Jul 6, 2011 at 8:30 AM, cmcknight@REDACTED <cmcknight@REDACTED
> wrote:

> At the risk of being offensive, your challenge seems to have no technical
> merit and telling people to "just stick to the rules" will likely garner you
> no participants. Sever people have asked why you want to measure this sort
> of system where, as Joe points out, the size of data ensures it will be
> cached in a real system. There are a number of other interesting problems
> where Erlang is an ideal answer because of its fault-tolerant nature and
> relative ease in building / managing distributed systems. Speed, as Joe
> noted, is not necessarily Erlang's strongest point. It's "fast enough", and
> for problem that lend themselves to parallelization, is interesting. If your
> point is to try to get people to go to a lot of effort to create a
> meaningless benchmark, then I wish you luck but don't be surprised at the
> questions, pushback or general lack of participation, especially with the
> tone you are using in your messages.
>
>
>
>
>
> Sent from my iPhone 3GS
>
> On Jul 6, 2011, at 3:00 AM, erlang-questions-request@REDACTED wrote:
>
> > Send erlang-questions mailing list submissions to
> >    erlang-questions@REDACTED
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >    http://erlang.org/mailman/listinfo/erlang-questions
> > or, via email, send a message with subject or body 'help' to
> >    erlang-questions-request@REDACTED
> >
> > You can reach the person managing the list at
> >    erlang-questions-owner@REDACTED
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of erlang-questions digest..."
> >
> >
> > Today's Topics:
> >
> >   1. Re:  Erlang Web Servers challenge (Zabrane Mickael)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 6 Jul 2011 11:45:50 +0200
> > From: Zabrane Mickael <zabrane3@REDACTED>
> > To: Joe Armstrong <erlang@REDACTED>
> > Cc: Erlang-Questions Questions <erlang-questions@REDACTED>
> > Subject: Re: [erlang-questions] Erlang Web Servers challenge
> > Message-ID: <FB864FEA-6A82-41C1-8BAD-6A68084A6887@REDACTED>
> > Content-Type: text/plain; charset=us-ascii
> >
> >> Why measure this? Serving static content is one of the least
> >> interesting things I can think of
> >> to study. Any network worth the name won't bother to access the "root"
> >> server but will cache the content upstream.
> >
> > I disagree. That's not what the challenge is about.
> > Why don't just try it and avoid (useless) questions!
> >
> >> How fast you can serve up dynamic content is far more interesting,
> >> since it can't be cached.
> >
> > This will be part of my second challenge of course.
> > For now, let's stick with the first challenge rules please.
> >
> > Regards
> > /Zab
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://erlang.org/mailman/listinfo/erlang-questions
> >
> >
> > End of erlang-questions Digest, Vol 16, Issue 13
> > ************************************************
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110706/d3e1ed5c/attachment.htm>


More information about the erlang-questions mailing list