Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Concepts Architecture

CLR Inside Out: Using concurrency for scalability

Author: msdn.microsoft.com | Published: 14th Sep 2006 | Visited: 274 times | Add Comment
Filed in: Architecture

Because of the popularity of multiprocessor machines, many concurrency articles focus on how to make concurrency safe in your code. This article deals with how to get concurrency into your code in the first place.

Read Article
 

Sponsored Links

 


Related Articles

 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 ...

 Performing XSLT Transformations inside the Database Performing XSLT Transformations inside the Database Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr.employees table, you can create a script that will instruct the database to build an HTML page based on the data stored in... ...

 Performing XML Processing inside the Database Performing XML Processing inside the Database When building XML-enabled applications on top of Oracle, there are many advantages to performing the XML processing inside the database when compared to performing it on the client. The key advantages to perform XML processing inside the database are as. ...

 Creating Your Own Custom Delphi Components - Inside and Out Custom VCL dev. :: This tutorial will explain component writing to you, which should result in more code reuse. It will go over properties, events and methods, and will als ...

 Scalability and Goal Testing for Developers Often developers are tasked with not only developing functional code, but also with ensuring that the code they develop scales well and performs in the application environm ...

 Scalability and Goal Testing for Developers Often developers are tasked with not only developing functional code, but also with ensuring that the code they develop scales well and performs in the application environm ...

 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 ...

 Grid Inside a Grid - Nested Grid in C# Grid Inside a Grid Control on a web ...



Next: Peer To Peer: Harness The Power Of P2P Communication In Windows Vista And WCF



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links