$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bill Rutiser (wru_at_[hidden])
Date: 2000-08-25 09:05:23
Let me add a warning about informal reasoning about concurrent
processes. There exist clever, efficient, synchronization schemes,
proved to be correct for two processes, that fail badly for three.
-- Bill Rutiser