Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The RiverSystem.Service.Cluster.dll and RiverSystem.Service.Cluster.Host.exe  provides a mechanism to run many different servers without the Source interface . All the features of the Command Line Runner interface are available but the cluster has no ability to be used without external code being written. The Command Line Runner should be used for ad-hoc server creation and batch jobs. The cluster allows for automatically starting and stopping Command Line Runner server instances.

The RiverSystem.Service.Cluster.dll can be hosted in IIS. We also provide a simple self hosting executable called RiverSystem.Service.Cluster.Host.exe. Running this will start server with the default endpoint of 

http://localhost:8001/Source

to specify the endpoint you can provide a parameter during startup#code

Code Block
RiverSystem.Service.Cluster.
CommandLine
Host.exe 
-p C:\Temp\ExampleProject.rsproj
http://somemachine.domain.com:8001/Source

 

RiverSystem.Service.Cluster.

...

Host.exe

...

 and is included with Source.

The command line is used where it is impractical to run Source from the main user interface, such as:

...