<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Excellent.<br><br><br>Thank you.<br><br><br>tty.<br><div id="1"><br>---- On Sun, 02 Feb 2014 09:56:41 -0800 <b>Bert Freudenberg&lt;bert@freudenbergs.de&gt;</b> wrote ---- <br></div><br><blockquote style="border-left: 1px solid #0000FF; padding-left: 6px; margin:0 0 0 5px"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">On 02.02.2014, at 17:59, gettimothy &lt;<a subj="" mailid="gettimothy%40zoho.com" href="mailto:gettimothy@zoho.com" target="_blank">gettimothy@zoho.com</a>&gt; wrote:<br><div><br><blockquote type="cite"><div><div style="font-size:10pt;font-family:verdana,arial,helvetica,sans-serif;"><a href="http://lively-web.org/users/bert/squeak.html" target="_blank"><span></span></a>Hi Bert.<br><br>Looking at your work at&nbsp; <a href="http://lively-web.org/users/bert/squeak.html" target="_blank">http://lively-web.org/users/bert/squeak.html</a>, in the top middle display<br>Am I looking at a process browser and a "stack" of suspended and active contexts?<br><br><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><span>[] in BlockContext&gt;&gt;newProcess <br>[] in ProcessorScheduler class&gt;&gt;startUp <br>ProcessorScheduler class&gt;&gt;idleProcess  <br><br>ctx[5]=rcvr: the ProcessorScheduler class</span><div></div></blockquote> </div></div></blockquote></div><div><br></div><div>Almost. It is the stack of the currently running process. That is, the activeContext and its sender context and its sender context etc.</div><div><br></div><div>You can see the same thing, just displayed differently, when you follow the activeContext's sender chain in the left tree display.</div><div><br></div><div>The other runnable processes are in the Processor global, the 4th item in the specialObjects array on the left. This image has 8 priority levels. It's more instructive to look at it right after loading, because then you will see the idleProcess at priority 1 in the quiescentProcessList. The idleProcess is always runnable. So if no higher-priority process is runnable (which is most of the time) this is what you see. The other processes are all waiting on some Semaphore so they are not in that list.</div><br><div apple-content-edited="true"> <span style="border-collapse: separate; border-spacing: 0px; font-family: 'lucida grande'; font-size: 12px;"><div style="font-family: helvetica;"><span style="font-family: helvetica;">- Bert -</span></div></span></div><br></div></blockquote><br></div></body></html>