- TalkBack 15 of 36:
- Next »
- « Previous
- Thread View
- Flat View
- Hypocrisy from Intel
-
For many years, Intel sponsored contests for applications that would consume more CPU cycles. They eliminated hardware that would offer a different and simple kind of parallelism. One example is the chips used in sound cards. They have now been replaced by software algorithms. As a result, sound processing is no longer offloaded from the CPU, but creates an even greater workload for the system.
There is a strong need for greater parallelism in applications and systems software. You won't see it coming from the Wintel paradigm. Look for it on your Linux box. How many times have you been told that you can't start an email message now because a dialog window for a different email message is open in a different application?
That kind of problem is due to laziness in the way that the applications and the operating system are designed. They use staticly allocated data structures that are, at best, serially re-entrant. Every application and every operating system service should be mulitple re-entrant. That is, that many copies can be running at the same time without interfering with one another due to bad design.
Why isn't the hardware tracking the pattern of paging in the startup pages of an application (and the CPU cache loading) and storing that information to speedup the next invocation of the application and/or the next execution of a thread?
It also takes great hardware support to offload the mundane tasks to simple hardware that can handle modems, sound cards, USB drivers, RAID capabilities and virtualization while supporting multiple threads/users. We don't need contests to see who can soak up CPU cycles, we need contests to see who can be most efficient in using memory (small is better!), CPU cycles and minimize input/output interactions (e.g., remapping a memory block from system space to user space rather than copying the data from one to the other). - Posted by: Robert.Novak@... Posted on: 05/25/07 You are currently: a Guest | Members login | Terms of Use
What do you think?
SponsoredWhite Papers, Webcasts, and Downloads
- Building the Virtualized Enterprise with VMware Iinfrastructure VMware VMware virtualization software has been adopted by over 120,000 enterprise ... Download Now
- Building the Virtualized Enterprise with VMware Infrastructure VMware VMware virtualization software has been adopted by over 120,000 enterprise ... Download Now
- Why Isn't Server Virtualization Saving Us More? A Few Small Changes May Dramatically Increase Your Efficiency VMware Companies have rapidly adopted server virtualization over the past few ... Download Now
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Reduce risk. Reduce complexity. Increase reliability.
-
A simplified IT environment isn't just less complex. It's also more reliable. Standardize on a single Linux platform with SUSE Linux Enterprise from Novell, and get the world's most interoperable Linux
- Learn more >>
- Microsoft Dynamics CRM Online - Free Six-Month Trial for Eligible Organizations
-
Microsoft Dynamics CRM Online provides fast online access, simple contact management and better sales performance for a low monthly cost - the best value on the market today.

- Learn more about the free, six-month trial offer>>
- New Online Dashboard for IT Leaders
-
Read about top issues IT decision-makers face every day, plus get cost-effective solutions to real-life IT problems.
- Learn more >>
-
-
Smart Tech
Expert advice on innovations in healthcare and the green technologies that make it happen.
Find out more
-
Smart Business
Discussion and advice on management issues that revolve around making your world smarter and more useful.
More Smart Advice
-
Smart People
The best and worst moves in the management and strategy trenches.
Learn More







