Naming Message/RPC Endpoints: Ports
response = currentThread->receive();
requester->send(response);
It may be useful for a given process to manage multiple communication endpoints - often called ports - with messages sent to ports rather than processes.