Tagged Questions

6
votes
6answers
1k views

Message Queues in Ruby on Rails

What message queues are people using for their Rails apps and what was the driving force behind the decision to choose it. Does the latest Twitter publicity over their in house que …
5
votes
8answers
1k views

PHP Background Processes

I'm trying to make a PHP script, I have the script finished but it takes like 10 minutes to finish the process it is designed to do. This is not a problem, however I presume I have …
4
votes
2answers
226 views

Are PHP processes called via AJAX cancelled on “ESC”?

If I do an AJAX call, would the AJAX call be canceled if the user pressed "ESC" or leaved that page? If the AJAX call gets canceled, would my PHP script continue to run until it f …
3
votes
3answers
292 views

Is there any system level background queue process in iPhone?

I need to save a big file, sometime it takes a very long time to finish, user might just close the application. I am wondering whether the iPhone SDK could take over the unfinishe …
2
votes
7answers
228 views

Can an ASP.NET page do some of its processing after the page finishes loading?

I have an ASP.NET page that is taking too long to load. A little testing shows that the server side logging is taking a fair chunk of time and (because the user never needs to see …
2
votes
3answers
305 views

Multiple Uploads to Amazon S3 from Ruby on Rails - What Background Processing System to Use?

I'm developing a Ruby on Rails application that needs to allow the user to simultaneously upload 16 high-quality images at once. This often means somewhere around 10-20 megabytes …
2
votes
4answers
744 views

Dump php system command output to a file

Hello all, In the php system command we use the following system("ffmpeg -i test.avi -ab 56 -ar 44100 -b 200 -r 15 -s 320x240 -f flv output_file.flv 2>&1 &"). Pleas …
1
vote
2answers
31 views

Can Sql Server 2008 Stored Procedures (or Triggers) manually parallel or background some logic?

Hi folks, If i have a stored procedure or a trigger in Sql Server 2008, can it do some sql calculations 'in another non-blocking thread'? ie. something in the background also, ca …
1
vote
3answers
73 views

How to “fork” a video conversion process into background, in php?

I have a batch flash upload script, that uploads video files to a dir. Simple. After the upload completes, it creates a mysql record for that file, and moves on to the next file in …
1
vote
1answer
48 views

Responding to events while application is not in focus.

I am having trouble writing a program that I want to be active always. I wrote code on keydown to do something, but when form1 is minimized or in tray keydown event does not respo …
1
vote
1answer
121 views

tomcat background threads

Hi, I have a tomcat 6.20 instance running, and would like to send an email via a background thread to prevent the email sending function from blocking the request. Is there any …
1
vote
3answers
137 views

(RAILS) Looping a Custom Rake every 2 mins, Bad Idea? Better way to implement?

I've currently created a custom rake file that does the following: 1.) Checks an External Feed for "NEW" Items 2.) For each new item in the feed array,it updates my Database wi …
1
vote
7answers
411 views

How to make a Linux Service that Accepts Commands via Web Server?

I need an application to be running in the background on my web server, but I need to be able to start/stop the application with root privileges. In order to do this, I want to ha …
1
vote
3answers
229 views

Run lynx -dump in background?

I have a bash script mystuff containing a line like lynx -dump http://example.com >tmpfile and the script works fine, including this part, except when I run it non-interactiv …
1
vote
1answer
118 views

Is BITS still a good background update technology?

One of my hobby applications uses a SQLite back end to store the application data. The application is setup so that the user can click the typical "Check for Updates" button, which …

1 2 next
15 30 50 per page