I've been reading up on the Actor Model in programming and I must say that I am very interested in it. The way you model your applications with little agents that receive and can send messages feels ...
Transactional memory systems represent a paradigm shift in concurrent programming by abstracting low-level lock management and enabling sequences of operations to be executed as atomic transactions.