Leasing license per machine instead of per instance

Hello,

Is there any way to lease floating license per machine instead of per instance?

In our licensing style, there’s a case that we will create multiple instances on the same machine, and we need to treat them as a single license. (as it is per-machine) Each instance can be terminated in a different time. So, when the first instance is started, the license has to be leased, and when the last instance is terminated, the license has to be unleased.

Maybe it is different licensing style from what you guys are targetting. If there’s a any easy way to achieve this, please let me know.

Currently, it is not supported by LexFloatServer.

What you can try is forking an instance of your app after leasing a license, which would make different instances of your app share the session activation data.

Got it. Thank you for your suggestion!