From: Guillermo.Acilu@... Date: 2008-07-01T19:23:04+09:00 Subject: Re: help with threads --=_alternative 00394379C1257479_= Content-Type: text/plain; charset="US-ASCII" Hello Oliver, I needed to do something similar than you once, but in my case I needed to wait until all the threads were finished. I've just looped in the main thread while the Thread.list.size was greater than 1. I hope this helps, Guillermo From: Oliver Fox To: ruby-talk@ruby-lang.org (ruby-talk ML) Date: 30.06.2008 19:00 Subject: help with threads hi all, i'm trying to do some automated tasks with threads. Basically, my app is initialized with an input file, and an output path and some processing is done on that. I'm trying to automatically detect when the thread dies, so that it can tell the parent class that this thread is complete. Is there a nice way to do this without polling every thread? I seem to recall something relating to the Rufus::Scheduler stuff being able to do similar, but i can't remember the name of that or where i found it. any information would be great! thanks, ol. -- Posted via http://www.ruby-forum.com/. --=_alternative 00394379C1257479_=--