DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24821>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24821 memory handling very slow if cgi-script needs big chunk of memory. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-01-06 15:46 ------- It looks like the problem is perl that is using FreeBSD malloc. If compiled to use Perl malloc, the problem goes away. This is repeatable using Compress::Zlib::memGunzip, extracting a gzipped file to glorious 40MB (which is running 1200+ seconds with FreeBSD malloc, but only 4 seconds with Perl malloc under FreeBSD 4.9-STABLE), without using Apache at all. I had no time to verify that passing large chunks of data to perl-cgi-script suffer from the same malloc-problem. Regards, Holger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
