[bisq-network/bisq] OSX App Nap mode causes Bisq to lose network connections (#1701)

Manfred Karrer notifications at github.com
Thu Sep 20 17:11:58 UTC 2018


https://github.com/bitcoin/bitcoin/issues/11896#issuecomment-352148399

https://developer.apple.com/library/archive/documentation/Performance/Conceptual/power_efficiency_guidelines_osx/AppNap.html

"If an app isn’t performing user-initiated work such as updating content on screen, playing music, or downloading a file, the system may put the app in App Nap. "

" For any app that's not performing important user work, App Nap triggers a number of measures, including:

    Priority reduction, which reduces the process priority of the app so it receives a smaller share of available processor time

    Timer throttling, which reduces the frequency with which the app’s timers are fired

    I/O throttling, which reduces the rate at which the app can read or write data from a device while foreground apps need the device
"

Seems the way to do it correctly is as here:
https://developer.apple.com/library/archive/documentation/Performance/Conceptual/power_efficiency_guidelines_osx/PrioritizeWorkAtTheAppLevel.html#//apple_ref/doc/uid/TP40013929-CH36-SW3 but that will require that we add OSX native code.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/1701#issuecomment-423261717
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180920/4402e910/attachment.html>


More information about the bisq-github mailing list