From: Joseph McDonald Date: 2001-03-25T13:46:38+09:00 Subject: [ruby-talk:13188] Re: question on threads > it blocks the rest of the program. Why are the threads exitting > prematurely? Never mind... I just read that threads are automatically killed when the program terminates. If I add a sleep(100) at the end the threads keep trying. thanks, -joe