Commentary
Red Hat In Boston, Part 1.1: Why 'Faster' Isn't Always Faster
My first actual panel for the opening day of the Red Hat Summit sported the eye-grabbing moniker Why computers are getting slower (and what we can do about it). With a title like that, I was worried I'd be in for a fluff panel about spyware 'n viruses on Windows being performance killers, with Linux as the panacea for that. I couldn't have been more wrong, thank goodness.
My first actual panel for the opening day of the Red Hat Summit sported the eye-grabbing moniker Why computers are getting slower (and what we can do about it). With a title like that, I was worried I'd be in for a fluff panel about spyware 'n viruses on Windows being performance killers, with Linux as the panacea for that. I couldn't have been more wrong, thank goodness.
More Software Insights
White Papers
- The BlackBerry PlayBook tablet's Good Bones - by BlackBerry
- New Visual and Wizard-Driven Paradigms for Exploring Data and Developing Analytic Workflows
Reports
More >>Webcasts
- Maximize ROI with Database Consolidation onto Private Clouds
- Five Jobs You Can Do Better with Intelligent Decision Automation
Rik van Riel, senior software engineer for Red Hat, braved multiple interruptions by a hair-trigger fire-alarm system to tell us how, as counterintuitive as it might seem, faster components may lead to slower systems. The size and speed of your hard drive hasn't kept pace with the amount of data being retrieved from it and, no thanks to Moore's Law, the age of what van Riel called "hardware miracles" is pretty much over. From here on out it's an arms race -- hardware advances being unable to keep pace with the increasing demands put on them.
So what's the solution to this mess? Parallelism alone won't fix everything -- you can throw more cores at a problem, sure, but at the risk of introducing context-switching overhead and other delays into the mix. Van Riel highlighted several key areas where users, application authors, and Linux kernel/OS devs can all make improvements. One, changes to the scheduler -- for instance, to consolidate threads to a single core during idle periods so that the unused cores can be powered down. This goes hand in hand with other recent kernel developments, like the "tickless" kernel, to reduce the number of times the kernel has to poke the system to see if anything's up.
The best thing about the panel was a lot of agreement from the audience -- many of whom were doing kernelspace work of their own -- that what seems like a performance improvement on the surface may turn out to just make things worse. If you throw more memory at a system via NUMA, for instance, you may simply be taking work that is handled best in a single block, scattering it, and creating whole new kinds of latencies. (Plus, on the open source side, if you deal with these problems out in the open instead of behind closed doors, the tide you raise will lift all boats -- even the ones you're not riding in.)
Related Reading
| To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. | |
|
|
T-Shirt Giveaway: Each week we're selecting one great comment from our readers. The author of the comment will receive an InformaitonWeek Community t-shirt. So get posting! |
Subscribe to RSSResource Links
This Week's Issue
Technology Whitepapers
- Mobile BI: Actionable Intelligence for the Agile Enterprise
- Creating the Enterprise-Class Tablet Environment - by Yankee Group
- How To Regain IT Control In An Increasingly Mobile World - by BlackBerry
- The BlackBerry PlayBook tablet's Good Bones - by BlackBerry
- New Visual and Wizard-Driven Paradigms for Exploring Data and Developing Analytic Workflows
Featured Broadcast
This white paper explains how to create a manageable, scalable environment suited to answer real-time business needs by building out a data center on a standards-based, virtualization-aware, energy-efficient and affordable platform. Plus, learn how virtualization is making the jump from the server realm into the application, mobile and database worlds in the additional resources section.
Learn More












