or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
32 used & new from £21.69

Have one to sell? Sell yours here
 
   
Professional Multicore Programming: Design and Implementation for C++ Developers (Wrox Programmer to Programmer)
 
 

Professional Multicore Programming: Design and Implementation for C++ Developers (Wrox Programmer to Programmer) (Paperback)

by Cameron Hughes (Author), Tracey Hughes (Author)
2.0 out of 5 stars  See all reviews (1 customer review)
RRP: £39.99
Price: £24.89 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £15.10 (38%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by Tuesday, November 17? Choose Express delivery at checkout. See Details
26 new from £21.98 6 used from £21.69

Frequently Bought Together

Customers buy this book with Nmap Network Scanning: The Official Nmap Project Guide to Network Discovery and Security Scanning by Gordon Lyon

Professional Multicore Programming: Design and Implementation for C++ Developers (Wrox Programmer to Programmer) + Nmap Network Scanning: The Official Nmap Project Guide to Network Discovery and Security Scanning
Price For Both: £47.90

Show availability and delivery details


Customers Who Bought This Item Also Bought

Concurrent Programming on Windows: Architecture, Principles, and Patterns (Microsoft .Net Development)

Concurrent Programming on Windows: Architecture, Principles, and Patterns (Microsoft .Net Development)

by Joe Duffy
4.5 out of 5 stars (2)  £15.99
The Art of Multiprocessor Programming

The Art of Multiprocessor Programming

by Maurice Herlihy
£35.18
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism

Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism

by James Reinders
3.5 out of 5 stars (2)  £23.49
The Art of Concurrency: A Thread Monkey's Guide to Writing Parallel Applications

The Art of Concurrency: A Thread Monkey's Guide to Writing Parallel Applications

by Clay Breshears
2.3 out of 5 stars (3)  £19.64
Windows via C/C++ 5th Edition (PRO-Developer)

Windows via C/C++ 5th Edition (PRO-Developer)

by Jeffrey Richter (Wintellect); Christophe Nasarre
5.0 out of 5 stars (1)  £31.17
Explore similar items

Product details

  • Paperback: 648 pages
  • Publisher: John Wiley & Sons (29 Aug 2008)
  • Language English
  • ISBN-10: 0470289627
  • ISBN-13: 978-0470289624
  • Product Dimensions: 22.8 x 18.8 x 3.8 cm
  • Average Customer Review: 2.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon.co.uk Sales Rank: 556,216 in Books (See Bestsellers in Books)

    Popular in this category:

    #74 in  Books > Computing & Internet > Computer Science > Architecture & Microprocessors > Microprocessors > Parallel Processing & Computing
  • See Complete Table of Contents

Product Description

Product Description

Professional Multicore Programming: Design and Implementation for C++ Developers presents the basics of multicore programming in a simple, easy–to–understand manner so that you can easily apply the concepts to your everyday projects. Learn the fundamentals of programming for multiprocessor and multithreaded architecture, progress to multi–core programming and eventually become comfortable with programming techniques that otherwise can be difficult to understand. Anticipate the pitfalls and traps of concurrency programming and synchronization before you encounter them yourself by finding them outlined in this indispensable guide to multicore programming.


From the Back Cover

Professional Multicore Programming: Design and Implementation for C++ Developers

In order to increase overall system performance, computer manufacturers have opted to add more processors rather than increase clock frequency. In turn, if you want an application to benefit from the next new processor, that application will have to be modified to exploit multiprocessor computers. This practical book shifts the focus from sequential programming techniques to parallel and multithreaded programming techniques and introduces you to the everyday fundamentals of programming for multiprocessor and multithreaded architectures.

This duo of experienced authors takes the complicated topics of parallel processing and software concurrency and presents them in a clear, understandable manner. Their no–nonsense approach to programming multiprocessing and multithreading models, along with numerous helpful examples, demonstrates how to execute successful multicore programming and enables you to harness the power of the new multicore processors to their fullest potential.

What you will learn from this book

  • The various pitfalls, traps, and challenges of concurrency programming and synchronization

  • Methods and techniques for debugging and testing multicore programming

  • How to take advantage of processor–specific features using cross–platform techniques

  • The role of the operating system in multicore programming

  • Ways to take advantage of framework classes as building blocks for concurrency

  • How to reduce the complexity of task synchronization and communication through the use of interface classes

Who this book is for
This book is for developers of various skill levels who are making the move into multicore programming and application development.

Wrox Professional guides are planned and written by working programmers to meet the real–world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Professional Multicore Programming: Design and Implementation for C++ Developers (Wrox Programmer to Programmer)
49% buy the item featured on this page:
Professional Multicore Programming: Design and Implementation for C++ Developers (Wrox Programmer to Programmer) 2.0 out of 5 stars (1)
£24.89
The Art of Multiprocessor Programming
19% buy
The Art of Multiprocessor Programming
£35.18
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism
13% buy
Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism 3.5 out of 5 stars (2)
£23.49
Professional Linux Kernel Architecture (Wrox Programmer to Programmer)
11% buy
Professional Linux Kernel Architecture (Wrox Programmer to Programmer)
£26.49

 

Customer Reviews

1 Review
5 star:    (0)
4 star:    (0)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
2.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
1 of 1 people found the following review helpful:
2.0 out of 5 stars Not impressed, 26 April 2009
I wasn't very impressed by this book. A third of it is Appendices - mostly pThreads material lifted from the ISO POSIX standard. The remainder of the book is very bitty. A lot of the book is about multi-process work, rather than multi-threaded work, and potential readers should be aware that the book concentrates exclusively on pThreads and Unix.

The application design material is very formalistic, and doesn't really deal with the role of parallel algorithms. Anyone using this book would be able to, with a bit of effort, pick up the basics of using pThreads, but I doubt if they would be able to start to understand how to do much more than add a bit of not very efficient multi-threading into their code.

Not recommended

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.