Okay, lets say I have a ThreadProc that I have defined and I start that thread...now, when a certain event happens in the thread, I start another one with the same ThreadProc. So in essence, I have two threads running that are using the same ThreadProc. Now, my question is this, even though they are the same function, they are different threads and therefore run in seperate memory spaces. The variables defined in my ThreadProc will be seperate no matter how many threads of the same ThreadProc are ran...so, the variables (eventhough they have the same name) will operate in a different memory space and not interfere with each other. I just need someone to confirm my thoughts. Thanks in advance guys!
Niky Williams
Lead Engineer
NTS Marketing, Inc.
Niky Williams
Lead Engineer
NTS Marketing, Inc.