I think it is hard for a monitoring processing to kill another thread.
What we did is put polling checks in our sub-thread to see if it should
kill itself.
Jim
>
> I am using ns_thread create to create threads and ns_thread wait to wait
> for them to complete. I would like to add something that destroys a
> thread if the life of that thread exceeds a certain threshold. My
> question is, do I need to write a proc that keeps track of length of
> time of my running threads, or is there something I am missing that
> already has this functionality?
>
> -Nick
>