Java implementation of a Tuplespace.
Moved to
https://github.com/mike-k-houghton/tuplespace
A Tuple is an ordered list of items. A Tuple Space is a form of associative memory where entries, tuples, are stored in the space and are retrieved using search criteria that are based on the intrinsic properties of the tuples. The two key operations are
put
get
And that is it! There are refinements on these operations including, for example, timeouts where the tuple will only exist...