Find the word definition

Wikipedia
ActorFoundry

ActorFoundry is a Java-based library for Actor programming. It enables writing actor programs in the usual Java syntax. It support safe (by-copy) as well as efficient (zero-copy) messaging, actor mobility, and message ordering using local synchronization constraints. The run-time provides location-independence and fairness in scheduling.

It is being actively developed and maintained by the Open Systems Laboratory at the University of Illinois.