[Catalyst] patch: C::P::Compress::Deflate
Perrin Harkins
perrin at elem.com
Tue Sep 19 18:46:45 CEST 2006
On Tue, 2006-09-19 at 10:45 -0500, Peter Karman wrote:
> I actually have a conditional in my base MyApp.pm file that checks if running
> under mod_perl and only loads S::S if not under mod_perl.
It always sounds a little scary to me to have a different environment
for dev vs. production, but I know many Catalyst users do it.
Since you use apache in production, have you considered using
mod_deflate for compression? It seems like a better solution than
something at the perl level.
- Perrin
More information about the Catalyst
mailing list