<br>It would be great if you could add one of the following two paragraphs to the PLT Scheme Reference section <a href="http://1.1.13.">1.1.13.</a><br><br>1.&nbsp; PLT Scheme supports true native / OS threads meaning that multiple core CPU&#39;s are fully taken advantage of.<br>
<br>-or-<br><br>2.&nbsp; PLT Scheme simulates threads within scheme in an OS portable way.&nbsp; All scheme threads run within one (or a small or limited number) of OS threads.&nbsp; Multi-core CPU&#39;s are therefore not fully utilized.<br>
<br><br>Many Scheme&#39;s and Lisp&#39;s out there say they support threads but how they do this (cooperative/pre-emptive, native/simulated) makes all the difference in the world.&nbsp; Sadly, virtually no one&#39;s documentation makes it clear what you are dealing with.&nbsp; Adding the above text would clarify the matter.<br>
<br>Thanks.<br><br>Blake McBride<br><br><br><br>