
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] Re: [RFC] Outline of the fast HTTP talk
Curt Sampson <cjs@example.com> writes:
> On 2008-11-03 07:41 +0000 (Mon), John Fremlin wrote:
>
>> Any suggestions of other webapplication frameworks I should compare it
>> with....
>
> I wouldn't mind supplying a simple web app done in QWeb, a Ruby
> framework, running using FCGI behind lighttpd, to benchmark against your
> server.
Great!
I was planning to run the benchmark on my laptop (Intrepid amd64).
The benchmark consists of running apachebench with concurrency 100
against a page that should return an HTTP body of "<h1>Hello $name</h1>". The
"name" parameter is given as part of the GET request, and should be
correctly escaped (if it contains < characters, etc.).
The objective of the test is to show how fast a very simple dynamic page
can be, without worrying about databases.
Home |
Main Index |
Thread Index