| Author |
Message |
hikaan
Joined: 31 Oct 2007 Posts: 7
|
12 Dec 2007 12:28 difference between process ,task, Thread . |
|
|
|
Hi all
Pls share me the exact difference between process ,task, Thread .
Thanks
G Kannan
|
|
| Back to top |
|
 |
KoRGeNeRaL
Joined: 08 Mar 2006 Posts: 50 Helped: 4 Location: Turkey
|
|
| Back to top |
|
 |
saubhik
Joined: 27 Apr 2007 Posts: 108 Helped: 3 Location: Mumbai
|
05 May 2008 7:10 Re: difference between process ,task, Thread . |
|
|
|
check out the attachment ....
|
|
| Back to top |
|
 |
dangbien
Joined: 14 Dec 2005 Posts: 8
|
07 May 2008 9:58 difference between process ,task, Thread . |
|
|
|
| thanks
|
|
| Back to top |
|
 |
sureshreddy
Joined: 12 May 2008 Posts: 42 Helped: 4 Location: BANGLORE
|
12 May 2008 13:41 Re: difference between process ,task, Thread . |
|
|
|
I unix In UNIX (GPOS) all external commands become process, so in UNIX everything related to process. Where as in vxworks(RTOS) every thing related task.
Process is an instance of running programs. Thread is an smallest unit of execution.
Whenever u are creating process text segment, data segment, stack segment are created. But if u create thread instead of creating these three it will create only stack segment and share text segment and data segment. That is why we are saying thread is smallest unit of execution.
|
|
| Back to top |
|
 |