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:
@ -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.
|
* [Hazelcast](http://hazelcast.org/) - Distributed and highly scalable in-memory datagrid.
|
||||||
* [Hystrix](https://github.com/Netflix/Hystrix) - Latency and Fault Tolerance for Distributed Systems.
|
* [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.
|
* [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.
|
* [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM.
|
||||||
|
|
||||||
## Distributed Databases
|
## Distributed Databases
|
||||||
|
Reference in New Issue
Block a user