F
Frank Cisco
How do you destroy a thread in a ThreadGroup? What I want to do is put a
timer on each thread and if any don't return in say 30 seconds then destroy
the thread. I've tried adding a seperate timer thread to each running thread
but it's too memory intensive. Also the ThreadGroup won't allow direct
access to it's threads - it seems to make a copy of the threads?
timer on each thread and if any don't return in say 30 seconds then destroy
the thread. I've tried adding a seperate timer thread to each running thread
but it's too memory intensive. Also the ThreadGroup won't allow direct
access to it's threads - it seems to make a copy of the threads?