Checkpoint synchronization: Difference between revisions

m
Take task description off of the TOC
(→‎{{header|Java}}: Added Java 5 version)
m (Take task description off of the TOC)
Line 2:
The checkpoint synchronization is a problem of synchronizing multiple [[task]]s. Consider a workshop where several workers ([[task]]s) assembly details of some mechanism. When each of them completes his work they put the details together. There is no store, so a worker who finished its part first must wait for others before starting another one. Putting details together is the ''checkpoint'' at which [[task]]s synchronize themselves before going their paths apart.
 
=='''The task=='''
 
Implement checkpoint synchronization in your language.
 
Anonymous user