Re: [users@httpd] mod_deflate questions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



	
Once again my many thanks to Joshua for providing concise and extremely informative responses on this list.

Joshua; Its people like you that make open-source communities *work*.	

	Cheers from Calgary,

	Chris Price


Plenty of people use mod_deflate (and the older mod_gzip), so there
isn't any big catch.  It does indeed significantly reduce bandwidth
usage and sometimes latency.

There are some disadvantages:
- Browser incompatibilities.  The mod_deflate docs give instructions
on how to work-around the most common ones.

- Increased processor usage. But many webservers are not processor constrained.

- Pages become less cacheable since you need to vary on at least
accept-encoding, and frequently user-agent as well.

- You can't use zero-copy techniques (liek the sendfile syscall ) to
send files, which increases the load on the server.

- For many sites, the majority of content is already-compressed stuff
like images, which won't be helped by mod_deflate.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux