on ‎2006 Feb 28 2:53 PM
hi, i have a doubt about difference between task , thread and process. please clarify my doubt with clear information, i am waiting for u r reply
Request clarification before answering.
Hi,
Threads:
A thread is a single sequential flow of control within a program. It can not run its own. It is not a program.
Threads enhance performance and functionality in various programming languages .
Tasks: Are nothin gbut "To do " Items. So we can execute different tasks with the use of Threads.
Process:
Process is nothing but unit of work.
Threads share memory inside a process, vice-versa is not true.
Linux developers are using the word "Task" not thread nor Process.
So I think , there is not much difference between Process and the task. But there is a difference between process and the thread.
For more info about threads , go thru following link.
http://www.faqs.org/faqs/threads-faq/part1/
Hope this helps,
Regards,
Moorthy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.