compressing non-binary data in java http client
- by wo_shi_ni_ba_ba
I plan to use java.util.zip to compress http post data when sending it from a java client to the server(java servlet in this case).
is this the best approach for reducing data load?
should I use gzip as the compression alg?