Process and Thread Synchronization

Question 1: Explain why choosing a multi-threaded approach is more scalable as compared to a multi-process approach. Describe how threads or processes share data between them. (1 paragraph )
Question 2: Assuming a computer has a single processor and a single core with no support for parallel execution, explain why running a multi-threaded program would show no performance improvement. Would inter-process communication be relevant in such a context? (1 paragraph)

In the last 2 separate paragraphs, please identify alternatives for each of these two questions

This question has been answered.

Get Answer