Maintaining FIFO property

Maintaining the first in first out (FIFO) property on the communication channels in another requirement for WARPED. When messages are sent from one process to another process, the ordering of the messages has to be preserved. The first message sent from a particular process should be the first message received by a destination process from that particular sender process. Some of common approaches to provide FIFO in the communication channels are as follows:

Since TCPMPL uses the TCP/IP protocol, the ordering of the messages are provided as part of the TCP/IP services.



Radharamanan Radhakrishnan
Mon Mar 15 18:20:48 EST 1999