Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

difference between process ,task, Thread .

Status
Not open for further replies.

hikaan

Junior Member level 2
Joined
Oct 31, 2007
Messages
23
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,424
difference between task and process

Hi all

Pls share me the exact difference between process ,task, Thread .

Thanks
G Kannan
 

difference between process and thread

check out the attachment ....
 

difference between task and thread

thanks
 

process thread task

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.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top