COMP 4981 Assignment 2 February 20 2014
This is a Linux application that demonstrates the use of message queues between a server and multiple clients.A priority for a client can be set with a number between -20 and 20.
To run server: ./msgQ server
To run client: ./msgQ client [filename] [priority]
- the application can be run on Linux via "./msgQ" in terminal from root directory