<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Tony, can ProcessEachStack not have all the stop/start code<br>duplicated and instead look more like:<br><br><br>StopWorld<br>act := me.next;<br>WHILE act # me DO<br>  ProcessOther(act)<br>  act := act.next;<br>END<br>StartWorld<br><br><br>?<br><br> - Jay                                          </div></body>
</html>