Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

(by Lingli Zhang) In the previous blog post, Sukhdeep explained the STM.NET contract system, and how TxCop, the static contract checker, helps you identify potential contract violations in your program at compile time. Catching errors at compile time Read More...
(by Sukhdeep Sodhi) Now that we’ve released STM.NET into the wild some of you may want to go beyond the simple ‘Hello World’ example* and start writing more sophisticated applications. There are a lot of excellent research ideas on transactional memory. Read More...
Charles Torre of Channel 9 interviewed the STM Team about our STM.NET Devlab .  Check out the interview on Channel 9 or just watch it here! Read More...
I hope everyone saw Soma’s announcement that STM.NET is now live on MSDN Devlabs ! We have been talking about software transactional memory for some time now. Last year my Ch9 interview I mentioned we were looking to work with customers under a non-disclosure Read More...
Transactional memory has not been immune to the Gartner hype-cycle . Nearly two years ago Ali-reza Adl-tabatabai from Intel reminded me of the hype-cycle, and we both commiserated that it appeared that we were at the “Peak of Inflated Expectations”. We Read More...
(by Sasha Dadiomov) Isn’t it a common phenomenon that each thing has many faces? If you were following the transactional memory community for some time, you probably saw it as a pretty theoretical area. There is obviously a lot of science here – discussions Read More...
Dana and I have been talking with Charles from channel 9 about transactional memory. Please check out the video . We like to call it “the TM holiday special” :-) Charles has also interviewed our indefatigable QA-engineer-at-large Chris Dern on the novel Read More...
(by Dave Detlefs) For me personally my involvement in the current Microsoft transactional memory project is my second attempt to tilt at the windmill of integrating transactional concepts more tightly into general-purpose programming languages. In the Read More...
Welcome again to the TM blog! This time your host is Yossi Levanoni. I’m the dev lead on the TM project. It was great to see the high-quality questions we’ve gotten in response to Dana’s previous (and our altogether first) post on the blog and I’m looking Read More...
If you have been using the Parallel Extension CTP or simply writing multi-threaded code yourself, you probably have run into situations where you needed to share data between multiple threads. So long as the data is read-only, this isn’t a problem, but Read More...
 
Page view tracker