On Mon, Jul 7, 2014 at 8:41 AM, Piyush Verma <114piy...@gmail.com> wrote:
> Thanks Ian for information. There is slightly more I want to do. Consider if
> I want to kill some threads not all, is there a way to do that?
You can't safely interrupt threads. What you can do is *request* the
thread to
On Tue, Jul 1, 2014 at 3:45 AM, Skip Montanaro wrote:
> On Tue, Jul 1, 2014 at 3:58 AM, Piyush Verma <114piy...@gmail.com> wrote:
>>
>> Since two threads are running same method, I wanted to know which main
>> thread will be interrupted in both case.
>
> I'm no threading expert, but a process can
On Tue, Jul 1, 2014 at 3:58 AM, Piyush Verma <114piy...@gmail.com> wrote:
>
> Since two threads are running same method, I wanted to know which main thread
> will be interrupted in both case.
I'm no threading expert, but a process can only have one main thread,
the one you labeled "P". Threads T2