Best practice for Rails App to run a long task in the background?

后端 未结 14 1452
时光取名叫无心
时光取名叫无心 2020-12-07 20:49

I have a Rails application that unfortunately after a request to a controller, has to do some crunching that takes awhile. What are the best practices in Rails for providin

14条回答
  •  失恋的感觉
    2020-12-07 21:24

    I'm using Windows Vista 64 bit for my development machine; however, my production machine is Ubuntu 8.04 LTS. Should I consider switching to Linux for my development machine? Will the solutions presented work on both?

    Have you considered running Linux in a VM on top of Vista?

提交回复
热议问题