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.
The Discipline of Agile
Scott argues that Agile is a discipline that requires discipline. - Design
Use Critical Sections (Preferably Locks) to Eliminate Races
A "critical section" is a region of code that executes in isolation with respect to some or all other code in the program. - C/C++
How Much Scalability Do You Have or Need?
How many cores (or hardware threads) can your code harness to get its answers faster? - Parallel
Defining the ESB
Enterprise Service Bus helps you create, deploy, and orchestrate service components in distributed systems - JVM Languages
The Pillars of Concurrency
In his inaugural column, Herb makes the case that we must build a consistent mental model before talking about concurrency. - Parallel
Shuttleworth Says No Ubuntu Deal with MS
Ubuntu Foundation creator Mark Shuttleworth says no anti-patent-infringement-lawsuit deal will be signed between Ubuntu and Microsoft. - Open Source
SOA, Web Services, and RESTful Systems 
Representational state transfer, or "REST" for short, is a less restrictive form of SOA than web services. - Web Development
Contemporaneous Concurrency
Why is it that the academic works of the 1960s and 70s continue to haunt parallelism and prevent pragmatic commercial implementations? Could it be that talk is cheap, and a good debate requires less work than a deep dive into concurrent programming?
Bulletproofing C++ Code 
Sergei examines techniques that improve the stability and reduce the risks of errors for programming. - C/C++
Survivor's Guide to 2007: Security
This year, security pros will finally get in the groove and refocus on security's primary task: Locking down your company's assets. To get there, however, you need a formidable arsenal. Here's your 2007 shopping list. - Security