Skip to content

Parallel data handling

The complete handling of data is done in a parallel manner. Parallel data handling means, that until we wait for an acknowledgement of an operation 1, we can receive on a different socket (but same port) and second operation 2 and confirm this operation 2 with an acknowledgement. The next step could be the confirmation of operation 1. The next example will clarify this data handling.

SIHOT.PMS Interface
Time Send check in to interface to port 14773, with socket #1 Start with the processing of the check in
Send us a text to be displayed to port 14774, with a different socket #2
Confirm the display of the text, information is received on socket #2
Send the confirmation of the check in back on socket #1