Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is thread & process?

Answer Posted / n.venkateshwara rao.

Thread is an individual entity of execution from the main
programs(i.e main thread).Thread is created by the main
thread or a child thread can also give a birth to an
another thread.

Even though threads are created from its ancestors each and
every individual thread will be having its own code unit to
execute independently(i.e Both the code seems to be
executed at same time. But this is not possible if there is
only one processor in the PC. Ofcourse the valuable time of
processor is sliced and given to the threads in the round
robin fashion provided all the threads are having same
thread priority and that is the reason for the intuition of
threads are running is same point of time.).

On other hand "Process" is an output/elevation of the
execution of the program. Process can have any number
of "threads". But thread belongs to only one process.

Is This Answer Correct ?    30 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category