]> 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)
commit73176fccf46b9a4c505857feb243f4b09d4141bb
treeb7fb6653078aeff4105248f098bd3c9c39351f6d
parent04495c7dd43999ec32073bd62a26f2f6d645efe0
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/modules/ssl@90497 13f79535-47bb-0310-9956-ffa450edef68
ssl_engine_io.c