Concurrent Downloads using NSOperationQueues (eng.alphonsolabs.com) 17 points by filipmares 15y ago ↗ HN
[–] shawnwall 15y ago ↗ Nice tutorial summarizing this useful action. The ASIHTTPRequest lib is also good to note here as the ASINetworkQueue NSOperationQueue subclass allows for tracking progress of the entire queue in addition to a few other useful delegate methodshttp://allseeing-i.com/ASIHTTPRequest/How-to-use#about_ASINe...
[–] eridius 15y ago ↗ This page doesn't mention it, but it's interesting to note that the NSOperation subclass used here actually does all of its work on the main thread.
[–] getsat 15y ago ↗ Here's an example of the kind of speedup you can see from proper usage of NSOperationQueues: http://tech.gilt.com/post/3187131303/tips-for-optimizing-iph...Pretty impressive to see them running side by side.
3 comments
[ 4.0 ms ] story [ 27.8 ms ] threadhttp://allseeing-i.com/ASIHTTPRequest/How-to-use#about_ASINe...
Pretty impressive to see them running side by side.