Re: iOS app launching speed
Re: iOS app launching speed
- Subject: Re: iOS app launching speed
- From: Fritz Anderson <email@hidden>
- Date: Tue, 15 May 2012 12:46:06 -0500
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 (email@hidden)
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:
This email sent to email@hidden