- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- Working without the LLS for floating licenses
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
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
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).
The APIs use the same terminology in the respective guides (i.e. *PrivateDataSource*).
Regards,
Eric