in macOS Activity Monitor app there is an"app nap" column (energy tab). (of course you can customise any pane from the context menu)
if it says "yes", it means the app is taking a nap. if it says "no", it means it is awake, but it may or may not take a nap. - app nap was first addressed in ACI0086374 (13.5. 14.1, 14R2) if was only before the fix that disabling the feature was **really** necessary. both 4D and 4D Server still take a nap (as far as the Activity Monitor is concerned), but they wake up and go back to work immediately, as expected. - if you are still skeptical of how 4D works with energy saving, you can disable the feature manually. the "turn off app nap" checkbox only exists for carbon (32-bit) version of 4D. for 64-bit (cocoa) version of 4D, you can use the command line: - get defaults read com.4d.4d NSAppSleepDisabled defaults read com.4D.4DServer NSAppSleepDisabled - set defaults write com.4d.4d NSAppSleepDisabled -bool YES defaults write com.4D.4DServer NSAppSleepDisabled -bool YES notice this is not a setting of the app itself, but rather the operating system. in other words, turning it off locally and moving the app to another computer has no meaning. 2017/11/16 7:52、Jeff Grann via 4D_Tech <[email protected]<mailto:[email protected]>> のメール: I’ve been out of 4D development for the past couple of years, but I’ve tried to keep tabs on new developments. One thing I thought I saw at one point is that 4D (v15/v16/Rx) now works better with Mac OS X’s App Nap. Now I can’t find anything about it. Was I dreaming? ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

