Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
5 views

Ruby On Rails - Resque - Stop Workers / Pid-Command

I have used this command to start a resque schedule on Ubuntu but how do I do if I want to stop the workers and schedules? PIDFILE=./resque.pid BACKGROUND=yes QUEUE="*" rake resque:scheduler >> ...
0
votes
1answer
35 views

What's wrong with this applicationDidEnterBackground method?

I'm trying to schedule a bunch of notifications when app goes to background. The following code works well in iPhone Simulator... - (void)applicationDidEnterBackground:(UIApplication *)application { ...
1
vote
5answers
90 views

Asynchronous PHP

I have a php script that gets user input (some text and a link), puts it in the database and then using the link the user provided, it searches for an image. The problem is, sometimes it takes a ...
0
votes
0answers
8 views

LSBackgroundOnly and application activating

All, I'm trying to create an application that runs completely in the background. I'm setting LSBackgroundOnly to 1. When the application launches though, it activates stealing focus away from the ...
1
vote
0answers
55 views

I need to perform some calculation in a background. Is this a correct way?

I need to perform some calculation in a background. Is this a correct way? IMPORTANT Please see onPerformBackgroundTask. First part of method is ended a background task. Is it possibility to call ...
1
vote
0answers
24 views

Android Browser can not support play list with HTML5 Audio in background mode

I want to make Radio Web App Android-browser-based. The key function for my Web App is continuously playing music-list (mp3 files) ... JavaScript Code is simple ... And it works well in PC Browser, ...
1
vote
6answers
55 views

iOS: Keep application running in background

I know it is not possible to keep the application running in background legally, but I want to know if I can do this illegally in any way. Would I have to jailbreak my iPhone to do this? I just need ...
1
vote
2answers
39 views

What is the difference between forking and threading in a background process?

Reading the documentation for the spawn gem it states: By default, spawn will use the fork to spawn child processes. You can configure it to do threading either by telling the spawn method when ...
0
votes
2answers
38 views

Powershell: Scheduled task running script in background instead of foreground

I am using windows "scheduled tasks" to run a powershell script with parameters. For some reason it is executing in the background rather than the foreground. I want to be able to see it ...
0
votes
1answer
20 views

Play background sound for a fixed custom interval?

I am developing a WP7 game which should notify the user with a sound once every minute as long as the game is running. I would like this to happen even when the app is closed. I have tried some ...
0
votes
1answer
44 views

Listen to background process's exit code in MakeFile

Solved I need to spawn background processes in MakeFile and also consider their exit codes. Scenario: several processes are spawned in background. MakeFile continue evaluation (and do not want to ...
0
votes
2answers
32 views

web app on mobiles with phonegap

I have a web application (chat room) in html + javascript that basically sends requests to the server every 5 seconds to check for new messages. It already works on mobile but there are 2 main ...
1
vote
1answer
35 views

PHP Heroku background workers?

I'm using Heroku running a PHP app, I need to setup background workers which talk to external APIs and write to my DB, Heroku has lots of info about setting up workers for Ruby but not for PHP. Is ...
0
votes
1answer
43 views

applicationDidEnterBackground: is not being called

I am creating a video editing app for iPhone. When the user sets up the video editing and then starts the rendering, obviously it takes time. When the user presses the home button, the application ...
0
votes
1answer
30 views

Android : Application is running on background or foreground? :S

I have wrote an application and dont want to do anything other than my application on installed device. But in Android 3.x versions, i couldn't disable the status bar programmaticaly. Then i have to ...

1 2 3 4 5 25
15 30 50 per page