From: Kyle Schmitt Date: 2007-05-09T06:34:24+09:00 Subject: Re: basic threading question: can ruby use real threads? OK, so I'm reading that article, and I'm getting three things form it: YARV uses native threads. YARV doesn't run them simultaneously. YARV will eventually run them simultaneously. Good enough for me, I'll just hope that writing threaded code doesn't change to much with ruby2.0/YARV. --Kyle