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?
|
feedback
|
|
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. | |||
|
feedback
|