[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ProgSoc] Perl Threads
Hi,
I've run into a problem writing threads in perl 5.005_02.
I have a script which starts numerous threads, each starting up a system
program. These programs should complete very quickly, but if one of them
hangs, I need to be able to give up on it and kill it's thread.
The timing and things I can work out, but how do you explicitely kill a
thread? In java there's a straightforward 'destroy' method, which doesn't
seem to exist here.
Any ideas?
MG.
--
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.
This list is archived at <http://www.progsoc.uts.edu.au/lists/progsoc/>