GeekArticles
Microsoft
Microsoft.NETSutter Speaks: The Future of Concurrency
Author: devx.com |
Published: 9th May 2008 |
Visited: 59 times |
Add CommentFiled in: Microsoft NETWhat does the future hold for concurrency? What will happen to the tools and techniques around concurrent programming? In part two of our series, concurrency guru Herb Sutter talks about these issues and what developers need to be reading to understand concurrency.
Read Article Sponsored Links
Related Articles
• Ajax’s Future Lies in the Browser Since Ajax was introduced to the public, there was little to no doubt among developers that this would be the future of our online experience. Even with the daunting task of learning JavaScript up to an advanced stage and all the security risk, developers are more than willing to dip themselves into ...
• Accessing and Updating Data in ASP.NET 2.0: Using Optimistic Concurrency
Because multiple users can visit the same web page concurrently, it is possible for a user visiting a data modification page to inadvertently overwrite
the modifications made by another user. Consider a page with an editable GridView. If two users visit this page simultaneously from different compu ...
• Scala Tendencies and Concurrency
A programming language is as much about a set of design principles as it is about syntax and code structure. In this brief interview Martin Odersky, creator of the Scala language, talks about design tendencies that Scala encourages, especially in comparison with Java. He also discusses Scala's ...
• Article :: The Future of eBooks David Chisnall looks at the current crop of eBook readers and tries to imagine what's in store as the technology impro ...
• Sutter Speaks: A Conversation with the Concurrency Whisperer Multi- and many-core chips are entering the mainstream?and one of the first software development authorities to take note was C++ expert Herb Sutter. Thanks to his practical insights, a new generation may grok concurrency sooner than previously thought possi ...
• Transitioning Software to Future Generations of Multi-Core The industry shift to increasing levels of hardware parallelism through higher numbers of execution cores in mainstream processors requires change on the part of software makers. One key requirement is to look ahead to the hardware resources that are likely to be available in the future and to make ...
• Finding the "Ruby on Rails" of Concurrency Today, OpenMP and TBB are the Rails for parallelism, but they are in their infancy compared to Rails. How can we learn from Rails and apply its focus to parallel ...