Minimalistic Software Transactional Memory
Fuzzyman
fuzzyman at gmail.com
Sun Dec 9 09:35:46 EST 2007
More information about the Python-list mailing list
Sun Dec 9 09:35:46 EST 2007
- Previous message (by thread): Minimalistic Software Transactional Memory
- Next message (by thread): Minimalistic Software Transactional Memory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> STM seems more in > keeping with Kamaelia being generally lock-free. STM isn't lock free - it just abstracts the locks away from the 'user'. You still need to lock around committing the transaction. Other threads accessing the data during the transaction should see the old values until the commit is successful. Michael http://www.manning.com/foord
- Previous message (by thread): Minimalistic Software Transactional Memory
- Next message (by thread): Minimalistic Software Transactional Memory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list