site Search Results
Results for: herb sutter a false sense of security
Order the NEW
Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features
21 years of Dr. Dobb's Journal, 15 years of Sys Admin
magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr.
Dobb's Digest, podcasts, videos and more! Order Now.
Microsoft Parallel Computing Platform
"We're shaking the foundations of the software infrastructures we built by asking for change at the bottom level." - Parallel
The Power of "In Progress"
Hold no hostages: Know when to design for "partially updated" as the normal state - Parallel
Op/Ed: Applying Science to the Art of Systems Management
System complexity and the rapid pace of change are pushing IT operations to the brink - Design
Eliminate False Sharing
Stop your CPU power from invisibly going down the drain - Parallel
Use Threads Correctly = Isolation + Asynchronous Messages
"Up-level" this low-level tool - Parallel
Sharing Is the Root of All Contention
Sharing requires waiting and overhead, and is a natural enemy of scalability - Design
Measuring Parallel Performance: Optimizing a Concurrent Queue
When it comes to scalability and concurrency, more is always better. - Parallel
Understanding Parallel Performance
Understanding parallel performance. How do you know when good is good enough? - Parallel
Writing a Generalized Concurrent Queue
Herb tackles the general problem of supporting multiple producers and multiple consumers with as much concurrency as possible. - Parallel
Writing Lock-Free Code: A Corrected Queue
Herb continues his exploration of lock-free code--this time focusing on creating a lock-free queue. - Parallel