next up previous
Next: Server side Up: int pvm_send_work_packet(int id); Previous: int pvm_send_work_packet(int id);

Client side

  1. Get the currently used buffer id and save it. Create another buffer to use for sending a message to the server task.
  2. The message should contain, the opcode SEND_WORK_PACKET and the the worker class id of the following message.
  3. After sending the message, make the user message buffer the current active send buffer and send the user specified message.
  4. Return OK.


Sameer Shende