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 looked at Thread:Queue. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
