From: Robert Klemme Date: 2011-12-19T03:31:11+09:00 Subject: Re: ruby multithread On Sat, Dec 17, 2011 at 2:57 PM, rubix Rubix wrote: > I am trying to use multithreading with multi acces webpage/database > but the problem is every thread is waiting for the other to finish t o > begin his work so I don't take advantage for the wait for a wabpage to > be downloaded for example Well, then maybe you have an issue in your application design. Can you show the code? > I read on internet that multithread in ruby is not the normal thread > like other langages, Is that true or I can find somethign to work it? > regards Whether Ruby uses green threads or OS threads depends on the Runtime. However, if you do a lot IO then usually it does not matter that much. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/