Hi,
I am writing a program using multiple threads. I gave the time slice as 10 ms. I have created a thread named mythread. Sometimes mythread takes 20 or 30 ms for completting its execution. So mythread go to wait state after 10 ms, if any other process wait for execution. But i need to run mythread with out any breakage of execution. Is there any method to run mythread with out any interruption.
Thanks in advance,
I am writing a program using multiple threads. I gave the time slice as 10 ms. I have created a thread named mythread. Sometimes mythread takes 20 or 30 ms for completting its execution. So mythread go to wait state after 10 ms, if any other process wait for execution. But i need to run mythread with out any breakage of execution. Is there any method to run mythread with out any interruption.
Thanks in advance,
Comment