© 1998 by British Computer Society
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
On Detection of Bounded Global Predicates
Department of Computer Science and Information Engineering, National Chiao Tung University, Taiwan Email: icwu{at}csie.nctu.edu.tw and lbchen{at}csie.nctu.edu.tw
Distributed programs often follow some bounded global predicates, for example, the total number of certain tokens is always the same or bounded in a range. In order to detect bounded global predicates, we can first derive the minimum and maximum global snapshots and then check if the minimum and maximum are out of the range. Recently, Chase and Garg proposed an efficient method to derive the minimum global snapshot by reducing this problem to a maximum network flow problem. A restriction of this method is that all message values (e.g., the token number in messages) must be zero and all process state values (e.g., the token number in processes) must be non-negative. In this paper, we propose an elegant technique, called normalization. By using this technique, we can remove the above restriction and also derive the minimum and maximum global snapshots at the same time.
Received March 1, 1997. revised May 11, 1998.