Hello All,
I am considering what would be the best approach of downloading 200-300 images from a folder on a server. I have a csv file with the urls of the files, so it just a question of speed.
I was thinking of using NSData dataWithContentsOfURL and NSThread.
Will that work? If so, how many threads (each to download a file) Can I run simultaneously?
I am considering what would be the best approach of downloading 200-300 images from a folder on a server. I have a csv file with the urls of the files, so it just a question of speed.
I was thinking of using NSData dataWithContentsOfURL and NSThread.
Will that work? If so, how many threads (each to download a file) Can I run simultaneously?