ANNOUNCE: Embperl 2.4.0

2010-10-04 Thread Gerald Richter - ECOS
The URL http://www.embperl.org/downloads/Embperl-2.4.0.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.4.0.tar.gz size: 732920 bytes md5: 2d4e3a903a04fcc559718342fa37753f Major Improvements are that Embperl now supports Perl up to 5.12.2 and a lot of additi

Re: huge apache+mod_perl processes

2010-10-04 Thread Michael Ludwig
Hi Eugene, Eugene Toropov schrieb am 28.09.2010 um 13:16 (+0400): > > We have a problem with huge Apache+mod_perl2 processes of 150-200 Mb > in size. After apache restart they are usually 40-50 Mb in size, then > in a minute grow up to 100-150 Mb and then some time later may grow up > to 200 Mb.

Transfer-Encoding: chunked in requests

2010-10-04 Thread Dorian Taylor (Lists)
Hi all, Is there a best-practice solution for dealing with requests with chunked transfer encoding? About the only thing I could do to get it to cooperate was this: # pull headers my $hdr = HTTP::Headers->new; map { $hdr->header($_, $r->headers_in->get($_)) } keys %{$r- >header