cloudfoundry - Communication between instances in Cloud Foundry -


is there possibility communicate between multiple instances of application deployed cloud foundry? checked cloud foundry api couldn't find mention of subject. tried hazelcast unfortunately, cloud foundry provider doesn't support multicasting, have know ip addresses of every other instance in order connect.

i think can't 1 interested in this.

i recommend use messaging service (like rabbitmq) communicate between instances of applications. can store shared information in database service or remote location outside file system.

it not practice build applications require type of communication in cloud. each instance should ideally able run independently , stateless.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

mysql - FireDac error 314 - but DLLs are in program directory -