
17 Sep
2008
17 Sep
'08
9:03 a.m.
Multicore support is already "supported" in Python, if you use multiprocessing, instead of multithreading.
This is one of the reasons for my other question on this list, about whether you can solve all problems using multiple isolated processes with message passing. -- Bruce Eckel