cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Ravikiran
Level 5

Working without the LLS for floating licenses

Hi

I would like to know is LLS mandatory to implement floating licenses model?

Because, LLS is java based and to reduce memory foot print, would like to implement the floating license logic and also the other book-keeping methods internally.

Can someone comment on this.

Regards,

RaviKiran

0 Kudos
(1) Reply
ejohnson1
Flexera Alumni

Hi Ravi,

In most cases, yes, a license server is required to control a global system count, preventing multiple instances of the same application to run or use the same license.

Saying that, most FNE kit (not CMAPI) provide a capability referred to as the Private Data Source, which can be used like a secure scratch pad (signed and encrypted file) that can be used to read/write custom defined primitive types (integer and string).

PDS.png

The APIs use the same terminology in the respective guides (i.e. *PrivateDataSource*).

Regards,

Eric

0 Kudos