开发者

Long running (background) workers in CloudFoundry

开发者 https://www.devze.com 2023-02-28 05:35 出处:网络
Recently I went through VMWare webinar dedicated to their open-source PaaS called CloudFoundry. Very impressive but I couldn\'t figure out one thing. Their \"competitors\" like Heroku and Azure suppor

Recently I went through VMWare webinar dedicated to their open-source PaaS called CloudFoundry. Very impressive but I couldn't figure out one thing. Their "competitors" like Heroku and Azure support the concept of background async workers i开发者_开发百科n addition to sync web services/apps. Is there an equivalent in CloudFoundry?


Currently there is not official support for workers. However, you can run a worker class application, but you do need to bind the http port that CF assigns.

CF will adopt support for non-web apps sometime in the future.


Cloud Foundry recently (May 2012) added support for background workers and "standalone" apps. From their blog:

  • Cloud Foundry Improves Support For Background Processing
  • Running Resque Workers on Cloud Foundry
  • Running Workers on Cloud Foundry with Spring
  • Running Standalone Web Applications on Cloud Foundry
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号