During our development, we are using uncompressed REST webservices.
This is fine for development, but we know we are going to have to use gZIP compression to get much better performance.
Has anyone tried accessing a compressed data stream (using GZIP) on the iPhone?
If so, is there anything special that needs to be done or does the built in data objects already handle the decompression before it is presented to my application.
__________________
-----
-) No matter what forum you join, you always start as a newbie. Even if you own the board.
-) There is no stupid question, if you think it is stupid don't answer it and it will fall of the screen
-) If you post some helpful solution, then that could lead to more helpful solutions. Soon, it is a chain reaction and then the forum becomes a monumental programming resource.
During our development, we are using uncompressed REST webservices.
This is fine for development, but we know we are going to have to use gZIP compression to get much better performance.
Has anyone tried accessing a compressed data stream (using GZIP) on the iPhone?
If so, is there anything special that needs to be done or does the built in data objects already handle the decompression before it is presented to my application.