From: "James H." Date: 2006-03-02T00:53:38+09:00 Subject: Re: multi CPU machine I thought Ruby threads all ran within the same process, which are inherently restricted to running on a single processor? (i.e. many processes can be on many CPUs, but any given process is restricted to one CPU) James