Skip to content

Commit 0c0e50f

Browse files
committedJan 30, 2016
Update README.md
1 parent 54d80c9 commit 0c0e50f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ Java implementation of a Tuplespace.
33

44
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
55

6-
76
put
87
get
98

10-
And that is it! There are refinements on these operations including, for example, timeouts where the tuple will only exist for a given period and also transactions that are based on atomic actions and
11-
commit/rollback in the tuplespace.
9+
There are refinements on these operations including, for example, timeouts where the tuple will only exist for a given period and also transactions that are based on atomic actions and commit/rollback in the tuplespace.

0 commit comments

Comments
 (0)
Please sign in to comment.