A list of book releases compiled by Dr. Dobb's to keep you up-to-date on parallel programming and multicore technology.
Mac OS X Snow Leopard Bible
by Galen Gruman and Mark Hattersley
Mac OX 10.6 Snow Leopard moves faster than its predecessor, and this guide explores everything from its handling of applications and streaming media to its new support of Microsoft's ActiveSync technology. Get set up on Snow Leopard 10.6, learn professional-level security tools, and discover secret tricks and workarounds with this essential guide -- most importantly, Grand Central Dispatch and the power of parallel processing.
- Install, set up, secure, and explore Mac OX 10.6 Snow Leopard
- Connect to a network, work with MobileMe, and share files
- Meet Grand Central Dispatch and jet-propel your apps with parallel processing
- Get up to speed on Open CL, for faster general performance
- Run Windows applications and exchange files with Windows PCs
- Go beyond the basics with AppleScript, the Automator, and Unix commands
http://www.wiley.com/WileyCDA/WileyTitle/productCd-047045363X.html
Parallel Programming: A New Approach
by Michael H. Coffin
Programmers of parallel computers are faced with a dilemma. They can write programs in one of the many elegant parallel programming languages developed in the last few years. The result will be clear and portable programs that run slowly. Or they can write programs in low-level languages which will result in programs that are efficient, but not portable, and difficult to understand and maintain. This book describes writing parallel programs that are simultaneously clear, portable, and efficient. The method is based on program refinement using annotations. A program is first written in a high-level, architecture-independent fashion with clarity being emphasized over efficiency.
http://www.silicon-press.com/books/isbn.0-929306-13-9/index.html


