1753314 Members
5265 Online
108792 Solutions
New Discussion юеВ

process

 
ani007
Super Advisor

process

Can any one tell me what is multi thread process. what does it mean by thread
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: process

Shalom,

A multi threaded process is a process that can do more than one thing at a time. It is a form of multi tasking, where an application can have multiple threads, doing work independently.

This helps the process/application take advantage of multiple cpu systems.

Definitions:
http://www.wordiq.com/definition/Thread_%28computer_science%29

# may need to cut and paste this one.
https://computing.llnl.gov/tutorials/pthreads/

http://users.actcom.co.il/~choo/lupg/tutorials/multi-process/multi-process.html

http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html

SEP


Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
ani007
Super Advisor

Re: process

thank you