robust-services-core
robust-services-core copied to clipboard
Create Routing Node
Create a separate Routing Node (rn directory) that is queried to determine the Service Node to which a CIP IAM should be sent. See "Networking".
This should be the first phase in distributing the POTS application. It could be implemented in the following stages:
- Send an internal query (within the same executable) from the POTS call to a new
Factory. - Send the query to a separate executable (the Routing Node), using the looparound address and a pair of well-known ports.
- Distribute directory numbers to the Routing Node (the first use case for #41).
- Use the Routing Node's IP address instead of the looparound address (the first use case for #40).
- Run two Routing Nodes in a load-sharing configuration (another use case for #40 and #41).