[ 源代码: multiverse-core ]
软件包:libmultiverse-core-java(0.7.0-6)
libmultiverse-core-java 的相关链接
Debian 的资源:
下载源码包 multiverse-core:
- [multiverse-core_0.7.0-6.dsc]
- [multiverse-core_0.7.0.orig.tar.gz]
- [multiverse-core_0.7.0-6.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [multiverse.codehaus.org]
相似软件包:
Java library implementing Software Transactional Memory (STM)
Multiverse is meant as an alternative to traditional lock based concurrency. If you have worked with databases before, Transactional Memory should feel familiar because both share one very important concept: transactions.
Multiverse is language independent so it can be used without relying on instrumentation and therefore can easily be used with other languages that can run on the JVM like Scala, Groovy or JRuby.
Also it reduces complexity of concurrency control, it can be used demanding production environments and provides a framework for STM experiments.