there's mod_gzip, available from
http://www.remotecommunications.com/apache/mod_gzip/
which I've played with and looks pretty good

or Apache::Compress, available from CPAN, which also works rather nicely
(and is Apache::Filter ready, so you can chain PerlHandlers into it)

just beware that not all browsers that claim to accept gzip compression
actually do...

HTH

--Geoff

> -----Original Message-----
> From: Nigel Hamilton [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 30, 2000 1:14 PM
> To: mod_perl list
> Subject: More Speed -> mod_perl Module for HTML Compression 
> 
> 
> Hi,
>       I'm trying to reduce the amount of data sent from server to
> browser by using compression ---> hopefully accelerating the time to
> serve a page.
> 
>       Does anyone know of a mod_perl module that compresses HTML and a
> companion Javascript procedure that decompresses the data on the
> client-side?
> 
>       I know there are Gzip modules that zip files on the way back to
> the browser ... but I'm after something that zips on the server and  
> decompresses transparently in Javascript across all browsers. 
> Ideally I
> want to do: document.write(uncompressed-contents) in Javascript on the
> client-side.
> 
>       Has anyone come up with something for this?
> 
>       Also for average-sized files, does the time taken to perform the
> decompression/compression negate any speed increase gained by 
> reduced file
> size?
> 
> Nige
> 
> Nigel Hamilton
> ______________________________________________________________
> ________________
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to