Information on Threading
Does anyone know where I can find information on threading, multithreading, error handling within threads, thread states, etc.? I'm looking for tutorials, books, online documents, anything that will teach me all about threads. This info needs to be in Visual Basic.NET format, though I guess I could port C# code over to VB.NET. The MSDN documents are OK, but I'm having problems with thread states. I can't seem to figure out what state a thread is in...even if i call
somethread.ThreadState.xxxx. It seems like the thread is never in the state that I tell it to go in. Such as, if I want a thread to suspend, it never returns a value that it is suspended. I realize the values returned when
ThreadState.RequestSuspend and
ThreadState.Suspended are different, but when the thread is fully suspended, it doesn't return that it is suspended. So, I decided that I should read up more on threads and thread processing. ...Anyone with any websites/books/technical articles/whatever? Any help would be appreciated.
Thanks,
Mike
[1057 byte] By [
mlp232] at [2007-12-16]