I use http to download xml data,but repeat to start the program serveral times,download speed obviously become slow.Everytime I download the same xml data.What problem it is possible be?
I use http to download xml data,but repeat to start the program serveral times,download speed obviously become slow.Everytime I download the same xml data.What problem it is possible be?
you should propably put some profiling into your application to see what is actually getting slower in there, without being able to pinpoint on which part of the code is taking longer, it is rather impossible to know what is going wrong in there.
One easy way is to add TTime variables (at least one as member variable on your class), and then print into a file the time difference information in parts of your code you want to profile.
I found if I cut the connection of grps network by myself,Download speed is more faster.Is there any number of grps connection? EveryTime I should cut the number?I don't know why?