A lot of startup processing based on a config of passive servers (loading stops, loading exchange points, building region interconnection graph,
If there is a request from A to B
Find the regions for A and B
If the same ==> ask the local system
If directly accessible ==> MPTR (A, exchange points) and then MPTR (exchange points,B) (and even then there might be cases where we need to to de remote use case)
If remote (at least one other region in between) move through the connection graph until one reaches the end. Pruning and optimising on the way.
Idea of the region interconnection graph:
Be aware, that the regions are not really disjunct and complete. E.g. OeBB and VAO cover the same area.
This is a issue so we can plan about our mini-open-active server My work is here: https://confluence.sbb.ch/x/cw4De In principle:
If there is a request from A to B
Idea of the region interconnection graph:
Be aware, that the regions are not really disjunct and complete. E.g. OeBB and VAO cover the same area.