# (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.