Is a sent message buffered somewhere until the receiving node acknowledges receiving it?
Yes. The transmitting link endpoint keeps each message it sends in its transmit queue until it receives acknowledgment from the receiving node that the message has been received (or until the link fails), at which point the message buffer is released. The number of messages that can be queued varies according to the importance of message; for example, once the queue becomes sufficiently large, low importance messages can no longer be sent but medium-to-critical importance messages still can.
Related Questions
- Occasionally, when trying to open up a node configuration dialog, I get a message that says, "No column in spec compatible to ‘SlnValue’" (or SdfValue, SmilesValue, Mol2Value, etc.). What does this mean?
- Is a sent message buffered somewhere until the receiving node acknowledges receiving it?
- What does the "Unexpected protocol version sent by the runtime system" message mean ?