I am accessing XML data in my application.
Everything works great in the Simulator, and when connected via WiFi or even EVDO.
However... I am really concerned on how it is going to perform on the AT&T network. Early simple tests, show that it may not work well. (I am waiting for my application to finally be approved).
Has anyone seen a method to COMPRESS the data download stream.
Say on my server, I make my REST request... it will get the data, compress it into a file... I download it, decompress it and then parse it out.
The overhead may make it no additional benefit, but I am just starting to explore some of the options.
Everything works great in the Simulator, and when connected via WiFi or even EVDO.
However... I am really concerned on how it is going to perform on the AT&T network. Early simple tests, show that it may not work well. (I am waiting for my application to finally be approved).
Has anyone seen a method to COMPRESS the data download stream.
Say on my server, I make my REST request... it will get the data, compress it into a file... I download it, decompress it and then parse it out.
The overhead may make it no additional benefit, but I am just starting to explore some of the options.