-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
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 Distributed data framework #41).
- Use the Routing Node's IP address instead of the looparound address (the first use case for Distributed node framework #40).
- Run two Routing Nodes in a load-sharing configuration (another use case for Distributed node framework #40 and Distributed data framework #41).