What isthe difference between a 'thread' and a 'process'?
Answers were Sorted based on User's Feedback
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 |
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 |
What are the basic functions of an Operating system?
When would you choose Top-down methodology?
What is the most powerful operating system?
Binding of instructions and data to memory?
Define die threading and tapping.
What is the major difference between Thread.start() & Thread?run() method?
Explain the trda?
What is the context switch?
Explain how a copying garbage collector works. How can it be implemented using semispaces?
What is scsi?
What is turnaround time?
What is hard disk and what is its purpose?