G
Guest
Hello, I have a code which start 1 thread do some work start an another
thread do again some work and then wait for previous started thread to join.
I see sometime that even I use thread.start my threadstate is still
"unstarted".
I saw on doc that when start is invoked that the os schedule the job but I
saw also that the threadstate is also defined on "Running".
So my question is :
Is there a way to refresh the threadstate or increasing the thread priority ?
I'm using VB.NET 2003
Thanks for help
thread do again some work and then wait for previous started thread to join.
I see sometime that even I use thread.start my threadstate is still
"unstarted".
I saw on doc that when start is invoked that the os schedule the job but I
saw also that the threadstate is also defined on "Running".
So my question is :
Is there a way to refresh the threadstate or increasing the thread priority ?
I'm using VB.NET 2003
Thanks for help