On 15 May 2012, at 11:48 AM, Alex Zavatone wrote: > async http load (through GDC or which preferred method?)
Until proven otherwise, Grand Central Dispatch is a bad choice for network operations. Look at the documentation for NSURLConnection (and the URL Loading System Programming Guide) for an asynchronous loading system that never requires you to think about threading. Once you've used it a couple of times you'll be able to do it in your sleep. — F _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com