From: Abdul-rahman Advany Date: 2008-04-30T07:15:08+09:00 Subject: Re: forkoff - parallel processing for ruby enumerables Abdul-rahman Advany wrote: > Checking out the source I only see pid = fork (this is a call to > Thread.new isn't it?), I don't see that real fork (kernel) is used... or > I am wrong? Sorry, just figured out calling fork makes the thread a child process... just need to find out how to set a timeout on the thread... anyone suggestions? -- Posted via http://www.ruby-forum.com/.