Latest Concurrency developer content from Developer Fusion https://www.developerfusion.com/t/concurrency/ Latest Concurrency developer content from Developer Fusion http://www.rssboard.org/rss-specification en-GB Mon, 16 Jul 2012 10:53:26 GMT Parallel Programming for C++ Developers: Tasks and Continuations, Part 1 of 2 The Parallel Computing Concurrency Runtime team write tools for the C++ community that make it easier to write reliable, performant and scalable concurrent and parallel code. In this conversation, Mike Chu , Dana Groff, Artur Laksberg, and Vinod Koduvayoor Subramanian talk about their latest addi. http://www.developerfusion.com/media/144676/parallel-programming-for-c-developers-tasks-and-continuations-part-1-of-2/ http://www.developerfusion.com/media/144676/parallel-programming-for-c-developers-tasks-and-continuations-part-1-of-2/ Mon, 16 Jul 2012 10:53:26 GMT James Crowley Memory Ordering for Atomic Operations in C++0x The operation that writes a value happens before an operation that reads that value. With the default atomic operations that’s indeed true (which is why this is the default), but it does need spelling out: the atomic operations also have other options for the ordering requirements. In this article, based on chapter 5 of C++ Concurrency in Action, author Anthony Williams discusses the memory-ordering tags used for atomic operations and how they relate to the synchronizes-with relation. http://www.developerfusion.com/article/138018/memory-ordering-for-atomic-operations-in-c0x/ http://www.developerfusion.com/article/138018/memory-ordering-for-atomic-operations-in-c0x/ Fri, 10 Feb 2012 02:21:38 GMT Dan Maharry Concurrency in LINQ to SQL LINQ to SQL presents an optimistic concurrency model that is driven by the mapping data that you provide to the framework. In this video we look at how that works. http://www.developerfusion.com/media/113791/concurrency-in-linq-to-sql/ http://www.developerfusion.com/media/113791/concurrency-in-linq-to-sql/ Sun, 03 Apr 2011 10:58:50 GMT James Crowley Concurrency handling techniques in ADO.NET Joydip Kanjilal looks at the problems caused by concurrency when accessing data, both online and offline, and how to overcome them. http://www.developerfusion.com/article/84418/concurrency-handling-techniques-in-adonet/ http://www.developerfusion.com/article/84418/concurrency-handling-techniques-in-adonet/ Wed, 09 Feb 2011 18:06:33 GMT Joydip Kanjilal