Added Bioware's Orbit library for Virtual Actors

Virtual Actors are a sophisticated distributed Actor system to make concurrent programming easier.
This commit is contained in:
levonk
2015-04-21 23:31:53 -07:00
parent effdd879c6
commit 693547b605

View File

@ -142,6 +142,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [Hazelcast](http://hazelcast.org/) - Distributed and highly scalable in-memory datagrid.
* [Hystrix](https://github.com/Netflix/Hystrix) - Latency and Fault Tolerance for Distributed Systems.
* [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters whose nodes can send messages to each other.
* [Orbit](http://orbit.bioware.com/) - Virtual Actors, adding another level of abstraction to traditional Actors.
* [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM.
## Distributed Databases