You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

License checkouts normally take around 1 second, depending on the machine. For applications where license checkout speed is of high importance and/or when checking out a large number of features, you may wish to do one or more of the following.

  • For network licenses, you can disableBorrowandGrace.
  • For node-locked licenses, you can disableSystemClockCheck.
  • For both node-locked and network licenses, you can disable unused HostIDs using the options LMX_OPT_HOSTID_DISABLED and LMX_OPT_HOSTID_ENABLED, described in LMX_SetOption. To determine what results disabling each HostID type has on checkout speed, you can run a benchmark test, as shown in the example "examples/checkout_benchmark" in the SDK.

Making one or more of these changes will help to decrease checkout time. However, be aware that disabling system clock check reduces security and disabling borrow and grace features reduces flexibility for end users.

  • No labels