Application in background throttle issues

2016-02-12 Thread Fréderic Cox
I have an AIR application (running on Mac OSX) which periodically does things like: - Checking data and altering it via HTTPService requests - Checking things using Timers - Using NetConnection to communicate between multiple devices These functionalities are working fine when the application

Re: Application in background throttle issues

2016-02-12 Thread Martin Miko
Hello Fréderic, sadly this has nothing to do with Flex nor AIR. Since OSX Mavericks, Apple introduced a feature called App Nap [1]. There's plenty of tutorials how to disable it from UI or terminal e.g. [2]. There's also Objective C API e.g. this stack overflow [3]. At the time we had to fix this

Re: Application in background throttle issues

2016-02-12 Thread Fréderic Cox
I'd say luckily this has nothing to do with Flex or AIR :-). Thanks for your answer I'll check into it immediately! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Application-in-background-throttle-issues-tp11976p11978.html Sent from the Apache Flex Users