|
We've been using xml-rpc for about a year now &
are very impressed with its capabilities. A problem, however, has been
the increased bandwidth requirements when sending xml streams (as opposed
to binary object streams). The good thing, though, is that these xml
streams are perfect candidates for compression. So, if I could make a
small request, maybe the XmlRpcClientLite & WebServer objects could
incorporate the use of
Accept-Encoding:
gzip
and
Content-Encoding:
gzip
headers. Here's how I could see it functioning:
I think this method would allow for full backward compatibility w/
older versions of xmlrpc and not break any spec rules. It just seems like
such a simple enhancement with many benefits. Thoughts?
Michael
|
- some corrections Sylwester Lachiewicz
- Michael Landon - IBN
