cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
thomas_wiman
Level 2

Extend checkout time after application has terminated

Jump to solution

I have a Java-based application which communicates with the license server using the Java API. The version is 11.10.1.0.

The application is set up so that a license is check out when the application starts. And as I understand, the license is then automatically checked in again when the application stops.

My question is if it is possible to set up the license server or the client application so that the license is checkout for longer time than the application is running?

0 Kudos
(1) Solution

Thanks for a quick answer,

Unfortunately this feature does not appear to exist in the Java API. I have checked the latest version of the API (11.17.0).

Thanks anyway!

View solution in original post

0 Kudos
(2) Replies
raffie
Level 6

Look at the LM_A_LINGER attribute in the API.  I don't know if it is available in the Java version, but in the C version it does exactly what you are describing.

Thanks for a quick answer,

Unfortunately this feature does not appear to exist in the Java API. I have checked the latest version of the API (11.17.0).

Thanks anyway!

0 Kudos