"Bill Barker" <[EMAIL PROTECTED]> wrote:

> I agree with Remy that any single benchmark suite isn't going to tell you how
> your particular web-app will perform.

For sure in a web-app there are way too many variables to consider... The
only thing, though, that we have to measure is not "that" difficult...

It's called overhead...

For instance, what is the overhead that a zero-length response takes to be
completed? What is the overhead of sending N-kbytes of data to the client?
What is the overhead of the Request Dispatcher?

Those are the points where, in terms of performance, we should concentrate
our efforts, all the rest is pure speculation.

    Pier

--
[Perl] combines all the worst aspects of C and Lisp:  a billion of different
sublanguages in  one monolithic executable.  It combines the power of C with
the readability of PostScript. [Jamie Zawinski - DNA Lounge - San Francisco]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to