views:

151

answers:

1

Hi All,

I want to do some process such as sending emails or using ffmpeg commands in backgound as it takes to much time. I want it should run in a background. I am using Fedora 10. Also can i check whether my background process is running successfully or not . is it posssible?if yes what would be the steps i should follow.Any help is appreciated.

Thanks in Advance.

+2  A: 

You can use Delayed Job or BackgrounDRb

+1 Delayed Job. Its easy to implement on Heroku as well.
DJTripleThreat