]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
rather than creating small 1024 byte buckets of output data,
authorDoug MacEachern <dougm@apache.org>
Wed, 22 Aug 2001 16:59:26 +0000 (16:59 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 22 Aug 2001 16:59:26 +0000 (16:59 +0000)
commitd001e336640b8ea3c4aeb0c7452014869c9eff36
tree7c27c1dd6738e33ecab61e35db2d3fd96de10001
parent6333b12a2eab57f222cb263abb58700c2f979100
rather than creating small 1024 byte buckets of output data,
create a transient bucket pointing directly to the BIO mem buff.
this makes for a dramatic increase in performance. previously,
downloading large files (2Mb-5Mb-ish) made my laptop start to
smoke from the fan spinning so fast to cool the cpu.
also, apache stylize churn_output()
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90497 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c