From: MenTaLguY Date: 2007-10-04T06:23:23+09:00 Subject: Re: Recent Criticism about Ruby (Scalability, etc.) On Thu, 4 Oct 2007 06:05:09 +0900, Phlip wrote: > Daniel DeLorme wrote: > >> +1 >> threads are a misfeature > > Threads are worse than GOTO. I think the biggest issue is not threads per se, but rather threads with shared state. A non-shared-state thread could be preferable to an OS process. -mental