How to run multiple Graph Engine instances on the same machine?

97 views Asked by At

I want to run multiple Graph Engine instances on the same machine by listening on different ports.

1

There are 1 answers

0
Yadli On BEST ANSWER

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:

  1. The Endpoint property matches one of the network interfaces of the machine on which the Graph Engine instance is running.
  2. If AssemblyPath is specified, it matches the directory where the running Graph Engine instance resides.

Also please check the version of your GraphEngine.Core package. Only the latest package supports the new configuration file format.