Project Description
A Software Transactional Memory (STM) implemented in C#: Work with in-memory data structures in a transactional way like with database tables. Use implicit optimistic locking instead of explicit locks to synchronize concurrent access to shared data. Classes as well as value types can very easily be made transactional and thread-safe. Transactions can be opened imperatively or declaratively. NSTM implements truely nested transactions.

For a description of NSTM´s programming model and features read the articles in my blog.
Last edited Jul 30 2007 at 5:16 PM by ralfw, version 2

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196