What isthe difference between a 'thread' and a 'process'?
Answer Posted / 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 View All Answers
What differences are there between a semaphore wait signal and a condition variable wait signal?
What are necessary conditions which can lead to a deadlock situation in a system?
What does thread safe mean?
Explain the concept of Thread Pool? what its Benefits?
Define paging and deadlock.
What is the kernel of the operating system?
Explain the main purpose of an operating system?
Considering notepad/IE or any other thing as process, What will happen if you start notepad or IE 3 times ? Where three processes are started or three threads are started?
What is a flash memory?
What is hard disk?
How do I find system information?
Why is ram also known as volatile memory?
Can I have two browsers on my computer?
What is dlm?
How do an incremental process model and certification work together to produce high quality software? In your own words, describe the intent of certification in the clean room software engineering context.