What is Thread?
-
Hi Can I viosualise Thread as
1. Multi-Tasking within a Process.
2. Some processing that is to/can be done OUT-OF-SEQUENCE inside a Process and is LIGHT-WEIGHTED is coded as thread.That is what I all know about threads! Hope to get some clear and enough info on it Bye
pitchu
-
Hi Can I viosualise Thread as
1. Multi-Tasking within a Process.
2. Some processing that is to/can be done OUT-OF-SEQUENCE inside a Process and is LIGHT-WEIGHTED is coded as thread.That is what I all know about threads! Hope to get some clear and enough info on it Bye
pitchu
A thread doesn't have to be light weight. Every app has at least one thread.
Christian Graus - C++ MVP
-
Hi Can I viosualise Thread as
1. Multi-Tasking within a Process.
2. Some processing that is to/can be done OUT-OF-SEQUENCE inside a Process and is LIGHT-WEIGHTED is coded as thread.That is what I all know about threads! Hope to get some clear and enough info on it Bye
pitchu
-
wasim ahmad bhat wrote:
That is what I all know about threads!
I suggest you get a good book or read a good article on threads, cause there is so much more to threads than those two lines.
I can only please one person a day... today is not your day
-
I think if you see articles on the codeproject about Thread its helpful for you
WhiteSky
-
Hi Can I viosualise Thread as
1. Multi-Tasking within a Process.
2. Some processing that is to/can be done OUT-OF-SEQUENCE inside a Process and is LIGHT-WEIGHTED is coded as thread.That is what I all know about threads! Hope to get some clear and enough info on it Bye
pitchu