Re: [users@httpd] About file compression and transmission

2011-06-07 Thread Eric Covener
2011/6/6 孙俊 : > About file compression and transmission > > I know that the text file you can use the apache module gzip compressed > transmission. > > The file is stored in text format prior to transmission is, every time there > is file access, > apache the file in memory after compression by gzi

Re: [users@httpd] About file compression and transmission

2011-06-06 Thread Mark Montague
On June 6, 2011 23:06 , =?GB2312?B?y++/oQ==?= wrote: > The file is stored in text format prior to transmission is, every time > there is file access, > apache the file in memory after compression by gzip module to send to > the client. > That there is duplication of the same file read, compressio

[users@httpd] About file compression and transmission

2011-06-06 Thread 孙俊
About file compression and transmission I know that the text file you can use the apache module gzip compressed transmission. The file is stored in text format prior to transmission is, every time there is file access, apache the file in memory after compression by gzip module to send to the clie