RE: Intresting Logic Problem

2006-05-05 Thread Daniel Rychlik
t just die My thread count keeps going up... Ive tried playing with Thread::Exit but that joker doesn't do what I expected it to do... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Rychlik Sent: Friday, May 05, 2006 8:50 AM To: Je

RE: Intresting Logic Problem

2006-05-05 Thread Daniel Rychlik
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Rychlik Sent: Friday, May 05, 2006 8:50 AM To: Jerry D. Hedden Cc: perl-ithreads@perl.org; activeperl@listserv.ActiveState.com Subject: RE: Intresting Logic Problem Thanks Jerry and Bill for the input... So

RE: Intresting Logic Problem

2006-05-05 Thread Daniel Rychlik
ychlik Cc: activeperl@listserv.ActiveState.com; perl-ithreads@perl.org Subject: RE: Intresting Logic Problem > I have just discovered a serious issue within the core > architecture of this beast of a program that I have > written using threads... > > I am using Thread::Queue t

Re: Intresting Logic Problem

2006-05-04 Thread $Bill Luebkert
Daniel Rychlik wrote: > Is there a way to do a thread timeout? If a thread doesn't respond within so > many seconds, then run this function? Is there a way to kill a thread ? If so, I don't see why you can't poll time in the main thread and kill a stalled thread if it exceeds time. Haven't lo

RE: Intresting Logic Problem

2006-05-04 Thread Daniel Rychlik
Is there a way to do a thread timeout? If a thread doesn't respond within so many seconds, then run this function? Oh great an powerful PERL Oz I have just discovered a serious issue within the core architecture of this beast of a program that I have written using threads...  I am using T