Author Login
Post Reply
On Fri, Jun 6, 2008 at 1:58 PM, Andrew Gaydenko <a@(protected):
>
> 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: users-unsubscribe@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)