Which is best compression for Apache 2.2.9/Mod_perl 2.0.4
am 25.07.2009 10:41:38 von Shibi NS
--0016364ef3d8708367046f83b0e7
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi All,
Which is best compression for Apache 2.2.9/Mod_perl 2.0.4 application -
mod_gzip or mod_deflate ? . Have any idea of recent comparisons.
--
--Shibi Ns--
--0016364ef3d8708367046f83b0e7
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi All,
Which is best compression for Apache 2.2.9/Mod_perl 2.0.4 ap=
plication - mod_gzip=A0 or mod_deflate ? . Have any idea of recent comparis=
ons.
--
--Shibi Ns--
--0016364ef3d8708367046f83b0e7--
Re: Which is best compression for Apache 2.2.9/Mod_perl 2.0.4
am 27.07.2009 16:32:31 von Perrin Harkins
On Sat, Jul 25, 2009 at 4:41 AM, Shibi NS wrote:
> Which is best compression for Apache 2.2.9/Mod_perl 2.0.4 application -
> mod_gzip=A0 or mod_deflate ? . Have any idea of recent comparisons.
mod_deflate replaced mod_gzip for apache 2.
- Perrin
Re: Which is best compression for Apache 2.2.9/Mod_perl 2.0.4
am 30.07.2009 13:31:07 von Carl Johnstone
Perrin Harkins wrote:
> On Sat, Jul 25, 2009 at 4:41 AM, Shibi NS wrote:
>> Which is best compression for Apache 2.2.9/Mod_perl 2.0.4
>> application - mod_gzip or mod_deflate ? . Have any idea of recent
>> comparisons.
>
> mod_deflate replaced mod_gzip for apache 2.
And both use the same compression library (gzip) behind the scenes, so
produce exactly the same results.
Carl