SXM (transactional memory)
| Original author(s) | Microsoft Research |
|---|---|
| Developer(s) | Microsoft |
| Initial release | January 2005 |
| Written in | C# |
| Engine | |
| Operating system | Microsoft Windows |
| Platform | .NET Framework |
| Type | Software transactional memory |
| License | Microsoft Research Shared Source license agreement (MSR-SSLA) |
| Website | research |
Search SXM (transactional memory) on Amazon.
SXM is a software transactional memory system under development at Microsoft Research.
Overview
The SXM API is exposed via managed code and is used to synchronize access to shared memory without using locks. It achieves mutual exclusion using database-like atomicity transactions. SXM uses the Reflection and dynamic code generation capabilities of .NET Framework to emit CIL code to enable atomic transactions on shared data structures directly at runtime. SXM has been written in C#.
See also
External links
| This article about software created or produced by Microsoft is a stub. You can help EverybodyWiki by expanding it. |
This article "SXM (transactional memory)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:SXM (transactional memory). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
