Talk:Checkpoint synchronization

From Rosetta Code
Revision as of 22:59, 10 August 2010 by rosettacode>Kevin Reid (No communication phase?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I'm trying to understand the problem so I can adapt it into my language. Do I correctly understand that there is no point at which the tasks communicate with each other during the checkpoint? The only property produced by this concurrency mechanism is that no worker shall begin work iteration #n before everyone has finished #(n-1)? —Kevin Reid 22:59, 10 August 2010 (UTC)