Re: [EMAIL PROTECTED] regarding content compression

2008-12-01 Thread Eric Covener
On Mon, Dec 1, 2008 at 6:55 AM, Torsten Foertsch <[EMAIL PROTECTED]> wrote: > Hi, > > I am about to set up compression. One thing puzzles me a bit. Nowadays > most browsers know how to handle compressed data. So, it seems to me > that storing that data compressed on disk and send it via sendfile >

Re: [EMAIL PROTECTED] regarding content compression

2008-12-01 Thread André Warnier
Torsten Foertsch wrote: Hi, I am about to set up compression. One thing puzzles me a bit. Nowadays most browsers know how to handle compressed data. So, it seems to me that storing that data compressed on disk and send it via sendfile would be better than having mod_deflate compress it each t

[EMAIL PROTECTED] regarding content compression

2008-12-01 Thread Torsten Foertsch
Hi, I am about to set up compression. One thing puzzles me a bit. Nowadays most browsers know how to handle compressed data. So, it seems to me that storing that data compressed on disk and send it via sendfile would be better than having mod_deflate compress it each time anew. The few clients