Distributed Threading environment
Brought to you by:
neil_g_avery
Implement distributed threading semantics, that wrap
regular java threads.
Provide the infrastructure support the distribution and
execution of threads as well as message passing and
synchronisation.
similar to: IBMs Distributed Parallel Programming
Environment for Java