JActor is a high-performance Java Actor implementation that can send 1.2 billion messages per second, making it one of the fastest Actor implementation in any language.
| Tags | actors Java Actors Disruptor messaging |
|---|---|
| Licenses | LGPL |
| Implementation | Java 6+ maven2 |
Last announcement
See https://sourceforge.net/projects/jactor/files/
Recent releases


Release Notes: This release removes a spurious print statement in JAFactory.


Release Notes: This release fixes a critical bug in JAFactory.


Release Notes: This release cleans the factory logic, making it easier to understand. Actors now carry a reference to their factory rather than their actor type.


Release Notes: JActor is now faster and lighter. Message passing now runs at 1.2 billion per second. The API has been simplified. You can now create 1 billion actors per second.


Release Notes: This release drops InitializationRequest. An alternate form of sendEvent gives a 10X performance increase. Send is now back up to speed (it had gotten slow). pubsub has been reworked.