Linux 中使用 Ruby on Rails 的后台进程
我想做一些处理,例如发送电子邮件或在后台使用 ffmpeg 命令,因为这需要很多时间。我希望它应该在后台运行。我正在使用 Fedora 10。我还可以检查我的后台进程是否运行成功。可能吗?如果是,我应该遵循什么步骤。如有任何帮助,我们将不胜感激。
提前致谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用延迟作业或BackgrounDRb
You can use Delayed Job or BackgrounDRb