From: Patrick Hurley Date: 2007-02-08T01:28:59+09:00 Subject: Re: MultiThreading in C++ On 2/7/07, David Vallner wrote: > Threads for a single process only get scheduled on one of the cores? This > is new to me, I thought at least on Windowsen, threads are the base > scheduling unit. Difference between a Windows (native) thread and a Ruby (green) thread. The Ruby interpreter does not (yet) support native threads. pth