From: Im still Date: 2009-08-19T22:51:44+09:00 Subject: a question with [Thread] --00c09f8ddfdd5c145704717eef6b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit hi when im running a code like this a = 0 Thread.start{ while true puts "#{a+=1}" end } This will be terminated automatically but wont keep on looping as expected. And by my test, the running result will always terminated while a = 41.means after putting "41" it stops. Im doing this in windows vista. I dont know if its OS related issue or not. or maybe im doing wrong ? anyone can tell me? --00c09f8ddfdd5c145704717eef6b--