• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: iOS app launching speed
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: iOS app launching speed (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Re: iOS app launching speed
  • Next by Date: Re: iOS app launching speed
  • Previous by thread: Re: iOS app launching speed
  • Next by thread: Re: iOS app launching speed
  • Index(es):
    • Date
    • Thread