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 in addition to sync web services/apps. Is there an equivalent in CloudFoundry?

link|improve this question

12% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.