FORTRAN Reference Manual

Interprocess Communication
FORTRAN Reference Manual528615-001
14-16
Message Queuing
1. The server updates its list of pending requests to show that the matching request
has been satisfied.
2. The server writes the record to $RECEIVE (line 45). The MSGNUM specifier
identifies the request for which this is the reply; it was obtained when the request
was read (line 49).
3. Processing returns to the beginning of the main loop.