GeekArticles
Microsoft
Microsoft.NETAn Open Invitation: Concurrency for Interpreted Languages
Author: devx.com |
Published: 25th Jul 2007 |
Visited: 101 times |
Add CommentFiled in: Microsoft NETAs Gordon's legacy makes clear, his company's patience is limited: Electrons aren't getting any faster, so the chip maker is taking matters into its own hands. Will Microsoft match Intel's enthusiasm for practical concurrency solutions?
Read Article Sponsored Links
Related Articles
• Microsoft on Open XML SDK A few months ago Microsoft was able to obtain control of Open XML. Because of that achievement the company fervently worked on developing Open XML not only for their own advantage but also for other developers. Among those movements is the release of Open XML SDK which will help developers in buildi ...
• Open Source C++ B+ Tree Implementation Template based B+ Tree
B+ Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index ...
• 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 ...
• Sutter Speaks: The Future of Concurrency What 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 concurre ...
• 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 ...