P
pragtideep
i am wriinting application where i invoke 5 threads from a main Thread
using singleton pattern.My problem is how can i monitor all these
invoked threads .
I want to check how much time each thread is taking , and if the time
exceed threshold limit i want to kill that thread .
using singleton pattern.My problem is how can i monitor all these
invoked threads .
I want to check how much time each thread is taking , and if the time
exceed threshold limit i want to kill that thread .