Site Tools


kdp20260218-3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
kdp20260218-3 [May 13, 2026 at 19:04] yanevskivkdp20260218-3 [May 14, 2026 at 11:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +# (WIP) KDP Exam (2026-02-18) Question 3
 +Using synchronous message passing (*synch_send*, *receive*) write a distributed solution for *The Dining Philosophers* problem. In the distributed solution philosopher processes may only communicate with corresponding fork processes and fork processes may only communicate with corresponding philosopher processes.