Implement a simple client-server scenario using message queues All Questions › Category: Operating System › Implement a simple client-server scenario using message queues 0 Vote Up Vote Down Anonymous asked 3 years ago Client process send requested command over message queue Server process receives requested command over message queue and executes in a child process using execl/execlp