<div>Single - thread programming is great! clean, safe!!!</div><div>I'm trying schedual task to several work process (not thread).</div><div></div><div>On Fri, Jun 5, 2009 at 4:49 AM, MRAB <span dir="ltr"><<a href="mailto:python@mrabarnett.plus.com">python@mrabarnett.plus.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">Kaz Kylheku wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
["Followup-To:" header set to comp.lang.lisp.]<br>
On 2009-06-04, Roedy Green <see_website@mindprod.com.invalid> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, 4 Jun 2009 09:46:44 -0700 (PDT), Xah Lee <<a href="mailto:xahlee@gmail.com" target="_blank">xahlee@gmail.com</a>><br>
wrote, quoted or indirectly quoted someone who said :<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
• Why Must Software Be Rewritten For Multi-Core Processors?<br>
</blockquote>
Threads have been part of Java since Day 1.<br>
</blockquote>
<br>
Unfortunately, not sane threads designed by people who actually understand<br>
multithreading.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The nice thing about Java is whether you are on a single core<br>
processor or a 256 CPU machine (We got to run our Athena Integer Java<br>
spreadsheet engine on such a beast), does not concern your code.<br>
</blockquote>
<br>
You are dreaming if you think that there are any circumstances (other than<br>
circumstances in which performance doesn't matter) in which you don't have to<br>
concern yourself about the difference between a uniprocessor and a 256 CPU<br>
machine.<br>
</blockquote>
<br></div></div>
If you're interested in parallel programming, have a look at Flow-Based<br>
Programming:<br>
<br>
<a href="http://www.jpaulmorrison.com/fbp/" target="_blank">http://www.jpaulmorrison.com/fbp/</a><div><div class="h5"><br>
<br>
-- <br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br>