![]() |
|
JActor was built as a Java partial reimplementation of the scala project, AsyncFP, which is a high-performance actor implementation.
JActor implements a very simple actor, JAEventActor, which sends 1-way messages, one
at a time.
A second actor that buffers messages sent to other actors, JABufferedEventsActor,
has also been implemented.
Here are some key features of "JActor":
· Supports one-way messages (events).
· One-way messages sent to another actor are buffered for enhanced performance of almost 20 fold. Messages are only sent by an actor when it has no incoming messages to process.
Requirements:
· Java< br />

Via: JActor 4.4.0