next up previous
Next: Server side Up: int pvm_send_reply_packet(void); Previous: int pvm_send_reply_packet(void);

Client side

  1. Get the worker class id and the farmer tid of the worker task and validate these (if these are improper, return ERROR).
  2. Send the message in the active send buffer with message tag equal to the worker class id to the farmer task directly.
  3. Return OK.


Sameer Shende