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 are the 7 c's of communication?

0 Answers  


What is interrupt table?

5 Answers   HP,


What is a binary semaphore?

0 Answers  


Does a clean install erase everything?

0 Answers  


Should I install 32 or 64 bit?

0 Answers  






Give a brief discussion on schedulers & Dispatchers with respect to process management.

2 Answers  


What is scsi?

0 Answers  


What are the necessary conditions for deadlock to occur?

0 Answers  


Difference between Primary storage and secondary storage?

3 Answers  


Can I use chkdsk on ssd?

0 Answers  


How do I find system information?

0 Answers  


What is Thrashing?

19 Answers   IBM, Wipro,


Categories