https://issues.apache.org/bugzilla/show_bug.cgi?id=44948
--- Comment #17 from Bob MacCallum <[email protected]> 2009-03-24 03:15:08 PST --- Thanks for the patch Dan. With the patch applied, I am not seeing any leak on a 378K index.html test file. # wc -l logs/access_log ; ps auxwww | grep temp/bin/httpd 296 logs/access_log root 798 0.0 0.0 13896 1784 ? Ss 10:07 0:00 /usr/local/apache_dir/temp/bin/httpd -k start daemon 799 0.3 0.0 14032 1888 ? S 10:07 0:00 /usr/local/apache_dir/temp/bin/httpd -k start daemon 800 0.3 0.0 14032 1884 ? S 10:07 0:00 /usr/local/apache_dir/temp/bin/httpd -k start daemon 801 0.3 0.0 14032 1892 ? S 10:07 0:00 /usr/local/apache_dir/temp/bin/httpd -k start daemon 802 0.4 0.0 14032 1884 ? S 10:07 0:00 /usr/local/apache_dir/temp/bin/httpd -k start daemon 803 0.4 0.0 14032 1884 ? S 10:07 0:00 /usr/local/apache_dir/temp/bin/httpd -k start daemon 913 3.0 0.0 14028 1836 ? S 10:08 0:00 /usr/local/apache_dir/temp/bin/httpd -k start # wc -l logs/access_log ; ps auxwww | grep temp/bin/httpd 10311 logs/access_log root 798 0.0 0.0 13896 1784 ? Ss 10:07 0:00 /usr/local/apache_dir/temp/bin/httpd -k start daemon 799 2.0 0.0 14032 1888 ? S 10:07 0:06 /usr/local/apache_dir/temp/bin/httpd -k start daemon 800 1.9 0.0 14032 1884 ? S 10:07 0:06 /usr/local/apache_dir/temp/bin/httpd -k start daemon 801 2.0 0.0 14032 1892 ? S 10:07 0:06 /usr/local/apache_dir/temp/bin/httpd -k start daemon 802 2.0 0.0 14032 1884 ? S 10:07 0:06 /usr/local/apache_dir/temp/bin/httpd -k start daemon 803 2.0 0.0 14032 1884 ? S 10:07 0:06 /usr/local/apache_dir/temp/bin/httpd -k start daemon 913 2.3 0.0 14028 1836 ? S 10:08 0:05 /usr/local/apache_dir/temp/bin/httpd -k start I don't really know the best way to test the (speed) performance of the patch, and, anyway, there's another big job running on the machine right now so it's not the best time. But I will run some simple tests if you show me. cheers, Bob. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
