From 392f2f33b86b24e6f0f45dadb3df06f0b5974e32 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Fri, 27 Dec 2013 08:09:58 -0800 Subject: [PATCH] Slightly better expression of constraints --- 16-dataspaces/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/16-dataspaces/README.md b/16-dataspaces/README.md index f50c2a1..1b511e0 100644 --- a/16-dataspaces/README.md +++ b/16-dataspaces/README.md @@ -3,10 +3,12 @@ Style #16 Constraints: -- Existence of one or more data spaces where processes store and +- Existence of one or more units that execute concurrently + +- Existence of one or more data spaces where concurrent units store and retrieve data -- Existence of one or more processes that execute concurrently +- No direct data exchanges between the concurrent units, other than via the data spaces Possible names: