• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-May-2020-

MakefileH A D12-May-202036 55

READMEH A D12-May-20201.4 KiB3825

mod_gzip.cH A D12-May-2020274.6 KiB9,8446,372

mod_gzip.c.diffH A D12-May-202010.4 KiB366326

README

1XML-RPC Turbocharger (Experimental)
2===================================
3
4This a hacked copy of mod_gzip. In addition to the usual "gzip" encoding,
5it also handles "deflate" encoding.
6
7When used in conjuction with the xmlrpc-c client, this should reduce your
8outbound XML-RPC network traffic by an amazing amount--compression ratios
9of 10:1 and 30:1 are not unheard of. If you're clever, you should be able
10to use this with just about any Apache-based XML-RPC server.
11
12You can find the standard distribution of mod_gzip here:
13
14  http://www.remotecommunications.com/apache/mod_gzip/
15
16The hacked distribution is installed and used in exactly the same fashion
17as the regular distribution. There's one extra logging directive available:
18
19  %{mod_gzip_compression_format}n   Compression format chosen by client.
20
21Go read the mod_gzip documentation; it should all make sense.
22
23If you want to discuss the XML-RPC Turbocharger, please sign up for the
24xmlrpc-c-devel mailing list at:
25
26  http://xmlrpc-c.sourceforge.net/
27
28This code is highly experimental, and may do some strange things. You'll
29probably need to screw around with mod_gzip for a while until you get
30everything to work. Don't run this on your production web server, OK?
31
32Eric Kidd
33eric.kidd@pobox.com
34
35P.S. The Turbocharger appears to dump core in mod_gzip decides to serialize
36a large response to disk. Do you see what I mean by "experimental" and
37"don't run this on your production web server"? :-)
38