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 isthe difference between a 'thread' and a 'process'?

Answers were Sorted based on User's Feedback



What isthe difference between a 'thread' and a 'process'?..

Answer / kchik

Main difference is:
Threads share the resources and address space of the process
spawning the threads.

Processes run in independent address spaces and have their
own resources between the parent and child processes.

Other differences:
Threads can communicate between threads directly.

Processes require user mode switches and full context switch.

Is This Answer Correct ?    5 Yes 4 No

What isthe difference between a 'thread' and a 'process'?..

Answer / m.suganya

threads are more efficient when compared to process. threads can finish a process fastly compared to the time taken by the process as a thread can create two or more threads and these threads cn share their resources among them..


hence the most important difference between thread and process is their efficiency and their ability to share their resources......

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Operating Systems General Concepts Interview Questions

What is DRAM? In which form does it store data?

1 Answers  


main() { charstr1="prakash"; charstr2="raju"; Str1=str2; printf("\n%d",str1); }

7 Answers   GE, IBM,


What are a virtual machines and site their advantages?

0 Answers  


Describe different job scheduling in operating systems?

2 Answers  


In the context of memory management, what are placement and replacement algorithms?

1 Answers  


What is SMP?

1 Answers  


What is hard disk and what is its purpose?

1 Answers  


Can you move your program files to another drive?

0 Answers  


What is the unified memory architecture? Explain.

0 Answers  


What is dedicated processor assignment in operating system (os)?

0 Answers  


Define demand paging?

0 Answers  


What is the basic function of paging?

0 Answers  


Categories