Five questions to ask a DOS.
These will mostly be based upon message passing. Either
Systems will alos provide for group communication to allow requests to be broadcast to several possible servers.
For local process some form of memory sharing can be implemented to provide for rapid message passing within a single machine.
This is becoming a major issue with the desire to be able to transmit
multimedia data over the network. Within the next five years networks will be fast enough that this is a reasonable thing to do.
Most commercial protocols are not in fact well adjusted to RPC. One idea is to provide the network access through a server that has direct access to the network hardware.
A null RPC currently takes 1000 times longer than a local system call.
Argument size is an issue because one wants to use as few packets as possible.
Last Changed: 18 October 1995
Memory Sharing
Quality of Service
Protocoal and Openness
Performance