I want to run multiple Graph Engine instances on the same machine by listening on different ports.
How to run multiple Graph Engine instances on the same machine?
92 views Asked by zhemin liu At
1
I want to run multiple Graph Engine instances on the same machine by listening on different ports.
Please take a look here: https://www.graphengine.io/docs/manual/Config/config-v2.html#server
When defining multiple servers on the same machine, you can put the assemblies into different folders. In the config file, you can then identify each of them with a combination of address and assembly path.
There are two binding rules for an instance:
Also please check the version of your GraphEngine.Core package. Only the latest package supports the new configuration file format.