5 Apr 2002 18:21
Apache Week issue 290
Apache Week <mjc <at> redhat.com>
2002-04-05 16:21:03 GMT
2002-04-05 16:21:03 GMT
APACHE WEEK
The essential weekly guide for users of the world's most popular Web server.
Issue 290: 5th April 2002
In this issue
* Under development
* Featured articles
* Book Review: mod_perl Developer's Cookbook
* Apache Week giveaway
Under development
The long-awaited "bucket freelist" patch was committed this week by
Cliff Woolley. Before this change, the bucket brigade code
(underlying the filters interface in 2.0) directly used malloc and
free for allocating buckets (on which filters operate: a bucket
represents a piece of data being processed). The new behaviour has
been optimised to re-use memory without calling free, giving a
significant performance improvement. Some benchmarks were posted
comparing some mod_include test pages; one page being processed
over over three times faster using the current 2.0 code than in
1.3.24.
The next release of Apache 2.0, due to be 2.0.34 (which was
[1]tagged last week), remains on hold as problems were discovered
in mod_autoindex, due to some complex interactions in the handling
of filters during sub-request processing.
(Continue reading)
RSS Feed