Long time to restore minimized application
Estimated Reading Time: 1 MinutesYou may experience a slow response time in a scenario like the following:
- The application works well as long as the user is busy with it.
- The user lets the application sit idle while they do other things.
- When this user clicks on the application to reactivate it, the response to get it upon the screen again is very long.
To solve this problem, set the java property "sun.awt.keepWorkingSetOnMinimize=true"
For instance:
iscclient -J-Dsun.awt.keepWorkingSetOnMinimize=true -hostname 10.234.10.18 MAIN_PROGR java -Dsun.awt.keepWorkingSetOnMinimize=true com.iscobol.gui.client.Client -hostname 10.234.10.18 MAIN_PROGR iscrun -J-Dsun.awt.keepWorkingSetOnMinimize=true MAIN_PROGR java -Dsun.awt.keepWorkingSetOnMinimize=true MAIN_PROGR