[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl
Subject:    Re: mp2 + GZIP compression
From:       Geoffrey Young <geoff () modperlcookbook ! org>
Date:       2004-02-28 23:53:36
Message-ID: 40412A00.8090103 () modperlcookbook ! org
[Download RAW message or body]


> 	How is everyone doing GZIP compression of dynamic pages (SSL + 
> plain) in mp2? Is mod_deflate the way to go?

the old mp1 paradigm of compressing content from the response phase doesn't
really hold up well with Apache 2 - you need to worry about output filters
(such as mod_include) that want to post-process the content now.  so,
whatever pure-perl implementations you see for mp2 would need to be
implemented as an output filter, just like mod_deflate.

in general, I'm in favor of using core Apache C modules whenever possible,
so mod_deflate is where I'd start for sure.

HTH

--Geoff


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic