<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    unless we run under a real time OS the OS will prevent a process
    from getting CPU cycles for arbitrary timespans. <br>
    So you cannot ensure that a Squeak program on a Pi will prevent a
    car from bumping into an obstacle even if you set a very short pause
    time for GC. Otherwise I'd set the pause equal to the longest time
    the OS will pause Squeak.<br>
    <br>
    <br>
    Cheers,<br>
    <br>
    Herbert<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 17.02.2015 um 05:06 schrieb Eliot
      Miranda:<br>
    </div>
    <blockquote
      cite="mid:EF6A35C2-FE6A-4B0C-BE24-E8A2874DAB87@gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      Instead of turning off GC, which will mean that eventually you'll
      run out if memory, you should ask what is the maximum pause time
      you want.  Pause times for the scavenger in Sour are around a
      millisecond on typical hardware.  Spur will introduce an
      incremental global scan-mark to collect old space some time this
      year and it will be set to have similar pause times as the
      scavenger.  So how far would your car drift in 2ms?  If you could
      tune the VM to pause for less than this, what pause time would be
      acceptable?  Can you provide the  range of times that spans from
      marginal to more than satisfactory?
      <div><br>
      </div>
      <div><br>
      </div>
    </blockquote>
    <br>
  </body>
</html>