Questions tagged as 'background-services'

1
answer

How to make application running in the background all the time

I tried to use Service as they said but it is not working yet. I do not know if I understand correctly, will the onStartCommand() method run all the time? Because I've debugged and the application only goes into this method once, w...
asked by 25.06.2016 / 05:22
1
answer

Running background processes - Accessing same script twice

I have a PHP script that aims to integrate with a third-party system. Basically, my script sends image and text files to the client ftp. To ensure processing for a long time, I use the following statement: ignore_user_abort( true ); // N...
asked by 15.08.2014 / 22:26
1
answer

Problems with AsyncTask crash the application

I'm developing an online chat that should update itself all the time, the problem is that every query hangs the application for a few seconds. I had already asked a similar question in: How to make connections to a php work in background in A...
asked by 21.05.2014 / 20:40
1
answer

Is it possible to execute a listener when the App is not running?

The App would have to communicate to the user, that there was a change in a value on the server, but without using Push Notification. So I thought I'd add a listener on iOS, and that when I detected the change in value, it would trigger a local...
asked by 28.05.2015 / 06:51
0
answers

Avoiding DDOS Alerts Due to Multiple Requests

I'm developing an application in Laravel , where I have to use Web Scraping techniques to extract data from some sites, and make it available to the user. I have already programmed the Spider-Scripts to mine this data, and they are working...
asked by 01.06.2018 / 18:04