Another thing, in the spec it states that for simplicity the message type consists of only 10 integers. Does this mean that the server will not be demarshalling an OP code, return port, and msg and therefore will not be returning messages to the client? What are we to put in the message?Thanks,DavidOn Nov 13, 2017 5:20 PM, "Partha Dasgupta" <par...@asu.edu> wrote:1. Use the user level threads.2. q.h is used for scheduling, so do not modify it. You can use arrays to do queues of messages -- or you can have a message_q.h to implement message queues.Partha Dasgupta,
ASU/CIDSE/Computer Science & Eng.
EMail: par...@asu.edu
http://cactus.eas.asu.edu/parthaOn Mon, Nov 13, 2017 at 5:16 PM, David Hartzog <daveh...@gmail.com> wrote:Hi Professor,For the 438th project, are we using pthreads or are we using TCB user level scheduling? The reason I'm asking is because the q.h file will need to be modified to queue messages instead of TCBs.Thanks,David