|
Avoiding retransmissions - j2me -
04-01-2008, 07:01 AM
Hi,
Im working on a mobile map application which basically gets data and images from server and then process and display it on mobile. Everything is working fine but the only problem is that if the server send data and images of larger size (more than 800 bytes at one time), it retransmits. For this reason we are bound to transfer data in small packets of 800 bytes and the images being used of size 32x32 (because of same reason).
I've seen an api for mobile that serves google's images and those images are of typical 256x256 size. Any idea about how can i get data in larger packets or ideally get all data at once without limit of packet size.
Thanks.
|