From: Oliver Fox Date: 2008-07-01T01:54:53+09: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/.