All releases of JActor


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.


Release Notes: This release adds API simplification (all actors are now subclasses of JLPCActor) and several tests for use in the new documentation.


Release Notes: This release converts the main components to subclasses of JLPCActor (and in the process found and fixed an exception handler bug in JLPCActor).


Release Notes: The Factory and NBLock components are now actors. Dependency aggregation is driven though the use of Requirement objects.


Release Notes: By making JLPCActor more lightweight and with improvements to the Factory component, actor creation now achieves a rate of more than 1 billion per second.


Release Notes: Inheritance now works with models built using a mix of JLPCActors and JBActors.


Release Notes: The support for and the capabilities of JLPCActors have been greatly increased, including dependency injection, instantiation using the Factory component, dependency injection, and concurrent/initialization/synchronization requests.


Release Notes: This release contains a number of bugfixes, including corrections to exception handling. It also includes the new NBLock component.


Release Notes: This release adds a non-blocking lock component, fixes a race condition in actor initialization, and makes changes so Actors must receive an Open request to complete their initialization.


Release Notes: Non-blocking locks, a 7% speed enhancement, API enhancements, and various bugfixes.