Limit this search to....

Concurrent Programming in Mac OS X and IOS: Unleash Multicore Performance with Grand Central Dispatch
Contributor(s): Nahavandipoor, Vandad (Author)
ISBN: 1449305636     ISBN-13: 9781449305635
Publisher: O'Reilly Media
OUR PRICE:   $18.99  
Product Type: Paperback - Other Formats
Published: July 2011
Qty:
Additional Information
BISAC Categories:
- Computers | Programming - Macintosh
- Computers | Operating Systems - Windows Desktop
- Computers | Programming - Parallel
Dewey: 005.446
Physical Information: 0.12" H x 7" W x 9.19" (0.25 lbs) 56 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

Now that multicore processors are coming to mobile devices, wouldn't it be great to take advantage of all those cores without having to manage threads? This concise book shows you how to use Apple's Grand Central Dispatch (GCD) to simplify programming on multicore iOS devices and Mac OS X.

Managing your application's resources on more than one core isn't easy, but it's vital. Apps that use only one core in a multicore environment will slow to a crawl. If you know how to program with Cocoa or Cocoa Touch, this guide will get you started with GCD right away, with many examples to help you write high-performing multithreaded apps.

  • Package your code as block objects and invoke them with GCD
  • Understand dispatch queues--the pools of threads managed by GCD
  • Use different methods for executing UI and non-UI tasks
  • Create a group of tasks that GCD can run all at once
  • Instruct GCD to execute tasks only once or after a delay
  • Discover how to construct your own dispatch queues

Contributor Bio(s): Nahavandipoor, Vandad: -

Vandad Nahavandipoor has developed software using Cocoa, Cocoa Touch, Assembly, Delphi, and .NET for many years. As a staff member of acompany that is a global leader in mobile money solutions in London, he has worked with some of the world's biggest brands--such as Visaand US Bank---to deliver mobile applications to their customers.Vandad brings an interest in management, leadership andentrepreneurship to his work, believing in the synergy that isachieved as a result of cooperation and working together in a team.