Server workload distribution

LightAct uses dynamic workload distribution where most objects and asset have a property called Run on. This property determines on which server this object, be it a Viewport object, a Layer, a Device or an Asset, is running on. This property gets set depending on how outputs are mapped.

How does this work? It all starts in the OutputMaps

  1. When you assign a Virtual output to a Physical output of one of the servers in a LightNet cluster, LightAct checks which Viewport objects (such as Video screen etc.) are mapped to this Virtual output. Then it assigns those Viewport objects to the same server(s).

  2. Then it checks which Layers are rendering to those Viewport objects and assigns them to the same servers.

  3. Then it checks which Assets are used in those layers and assigns them to those servers as well.

That's how all the objects and assets (except for Devices) have their Run on property set based on the setup in the Output Maps window.

Run on setting

Run on setting can be found in a lot of places around the software. In most cases it is set to Automatic.

Good to know: if Run on setting is set to Automatic, it is determined based on the logic above. However, you can always switch to Manual, if you want.

Run on for Viewport objects and Canvases

To see where each object is running, open its Preferences and find Run on section. You'll be able to see the machines it is running on.

If an object is not running on the machine you are currently on, you will see that its texture is downscaled and that the object has a WiFi icon on it.

Good to know: the amount of downscaling is determined in the Project settings in the General tab.

Run on for Layers

Every layer runs on every server, however the main implication of Run on setting is how a layer is playing back video files or Notch blocks. Here's how it works:

  1. Primary and editor servers:

    1. play original video files and render non-downscaled Notch blocks if the layer is assigned to them

    2. play the lowest (most downscaled) proxy video file and downscaled Notch block if the layer is not assigned to them

  2. Secondary servers:

    1. play original files if the layer is assigned to them

    2. don't play anything if the layer is not assigned to them.

Good to know: The amount of Notch block downscaling is also determined by the Preview downsampling setting (see above). If you want this setting to apply to the Notch blocks, make sure that Apply to Notch blocks is checked.

Run on for Assets

For Assets, Run on setting is visible both in the Assets window as well as in Properties window.

Run on for Devices

Run on for Devices is visible in the Properties of the Device node where you have to manually determine on which machine this device should be running.

LightNet Workload window

To see the Run on setting for all the objects you may want to open the LightNet Workload window.

Last updated

Was this helpful?