Operating System - HP-UX
1833875 Members
1649 Online
110063 Solutions
New Discussion

Reagrding thread and proess

 
Bhushi
Advisor

Reagrding thread and proess

What is thread and procee.What is differnce betwwn them.?
Regds
Bhushan
2 REPLIES 2
Matti_Kurkela
Honored Contributor

Re: Reagrding thread and proess

Go to www.google.com and type "define:process" or "define:thread" into the search field. Then ignore any definitions that are not computer-related.

http://en.wikipedia.org/wiki/Process_(computing)
http://en.wikipedia.org/wiki/Thread_(computing)

MK
MK
Emil Velez
Honored Contributor

Re: Reagrding thread and proess


a process is a container for files, memory and has 1 or more scheduled threads. Since HPUX 10.20 HPUX has scheduled threads but a process can only have one thread. Since HPUX 11.0 HPUX processes can have multiple threads in a single process. Some applications take advantage of this but a application has to be written to utilize threads in a programming language like C or Java.

There are a few things like midaemon, vxfsd and a few other items that are multithreaded.