Hi,
In message "Re: Ruby Scales just fine !"
on Wed, 26 Sep 2007 09:28:36 +0900, Ari Brown <ari / aribrown.com> writes:
|Soo........ Ruby DOES use multiple cores? I read somewhere that it
|didn't (probably this thread).
Single Ruby process does not. But we can use as much cores we have by
forking processes, and usually it's the case for web applications.