I am currently developing a Mac OS X server application that processes a screenshot and sends it to a client over wifi. It all works very well, but I've noticed that the frame rate with which I am able to take and send screenshots is reduced by almost a factor 20 when the server main window is inactive for a few seconds. I have the feeling that this is an OS related feature/issue. Does anyone know what could be causing this? Are there any workarounds?
Asked
Active
Viewed 72 times
1 Answers
0
This sounds a lot like what the App Nap feature could cause.
Recommendation is to programmatically disable it as already described here.

Community
- 1
- 1

ADro Vladimirov
- 16
- 1
-
Thanks a lot! That was it! – Alexander Maas Sep 07 '16 at 04:34