On Fri, Jun 6, 2008 at 1:58 PM, Andrew Gaydenko <[EMAIL PROTECTED]> wrote:
>
> Can anybody roughly estimate the fraction of http transactions with
> pipelining (and persistent, but without pipelining) among all transactions
> which take place everyday in the world?

Why do you want this information?

Anyway, the answer is relatively simple if you are talking about
ordinary web browsers: essentially all modern web browsers do
persistent connections, and no major web browsers currently enable
pipelining (by default; and very few people change this). So the
answer is near 0% for pipelining and near 100% for persistent
connections.

Things get a lot more complicated if you add proxies, robots, and
programmatic uses of HTTP into the mix. I don't have any numbers on
that.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to