Book a Demo

Author Topic: Using multiple cloud service servers with a load balancer.  (Read 4868 times)

GaryRatcliffe

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Using multiple cloud service servers with a load balancer.
« on: March 28, 2018, 09:12:46 pm »
Hi,

Is it feasible to deploy multiple servers running the cloud services applications that communicate with the same database?
I assume it is dependent how stateless the cloud services application is. So that the EA application does care which server it actually communicates with on consecutive requests.

I'm looking at this from a resilience point of view than rather than performance so that a server instance could be dropped from the balancer during OS updates.

thanks.

Gary

Nizam

  • Prolab Moderator
  • EA User
  • *
  • Posts: 320
  • Karma: +15/-2
  • Model Sharing - Simplified
    • View Profile
    • Professional Model Collaboration
Re: Using multiple cloud service servers with a load balancer.
« Reply #1 on: March 28, 2018, 11:35:10 pm »
Yes you can have multiple Cloud service from different servers pointing to your Database, And if your load balancer routes requests through these services it must work.

GaryRatcliffe

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Using multiple cloud service servers with a load balancer.
« Reply #2 on: March 29, 2018, 02:38:03 am »
Thanks for the quick reply.

Gary