Semantics of send
to halted machines
#877
-
I am new to P language and am still working through the tutorials. I was trying to get a better sense of I used the following example.
When I attempted to run it, I noticed
This behavior leads me to infer that
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, you are absolutely right, sends to halted machines are similar to |
Beta Was this translation helpful? Give feedback.
Yes, you are absolutely right, sends to halted machines are similar to
no-op
; basically the message is dropped by the network ....