| Projects on Google Code | Results 1 - 3 of 3 |
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 ...
==jstm4gwt - Java Shared Transacted Memory for GWT==
*jstm4gwt* helps with the developement of distributed GWT-Ajax applications. This library handles the data manipulation and synchronization with the server.
*jstm4gwt* automatically sends modified data to the server.
*jstm4gwt* automatica...
GWT,
ObjectsReplication,
Java,
STM,
SoftwareTransactionalMemory,
Synchronization,
DataReplication,
Ajax
In this project I intend to explore various means of building up concurrent software. I am currently mostly focussing on safe, scalable and performant atomicity, and an elegant way to denote possible parallellism (as in: things may be executed concurrently, currently mostly done by using containers ...