• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Parallel Programming, Single Processor Mobile Systems.

 
Rancher
Posts: 1369
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

I develop mobile applications for Android platform. These devices essentially are single processor, RISC machines. Though I will read your book whenever I get my hands on a copy and some reading time, what chapters of your book would you recommend for my reading?

Thanks.
 
author
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Monu Tripathi wrote:Hi!

I develop mobile applications for Android platform. These devices essentially are single processor, RISC machines. Though I will read your book whenever I get my hands on a copy and some reading time, what chapters of your book would you recommend for my reading?

Thanks.



If you haven't done any multithreaded programming yet, I'd recommend to start with some other book first, maybe one from the bibliography :-) Probably the chapters on the locks, queueing and the correct exit are the ones cutting more straight to the chase.
 
reply
    Bookmark Topic Watch Topic
  • New Topic