NSOperation and NSURLConnection mystified
I am trying to download multiple images from some server using NSOperation and NSOperationQueue. My main question is what is the difference between the code snippet below, and this link http://www.dribin.org/dave/blog/archives/2009/05/05/concurrent_operations/ , performance wise? I prefer the second solution, because we have a lot more control over the operations, it is a lot cleaner, and if a connection fails you can handle it properly. If I try to download about 300 images from a server with the code below, my app will have a pretty big delay, and if I launch the app, and go to the home