CS Electrical And Electronics
@cselectricalandelectronics

Implement a simple client-server scenario using message queues

All QuestionsCategory: Operating SystemImplement a simple client-server scenario using message queues
Anonymous asked 2 years ago
  • Client process send a string over the message queue
  • Server process toggles the string and sends it back to the client.