• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deployement Diagram - How to mention Clustered Server?

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am planning to use Apache/DX server for clustering, and will have 3 webservers, should I mention all the 3 instances of the server in the deployment diagram, Please clarify.

Thanks
Inr
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe would the multiplicity be enough ....
 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

inr mohan wrote:Hi All,

I am planning to use Apache/DX server for clustering, and will have 3 webservers, should I mention all the 3 instances of the server in the deployment diagram, Please clarify.

Thanks
Inr



You need to clearly show, how would the instances be clustered and session will be migrated. Are you planning multiple instances of server within same hardware box or 3 different hardware boxes with one instance of server software in each of them? You should explain how would the load balancing and failover be taken care at each layer (web, app & DB).
reply
    Bookmark Topic Watch Topic
  • New Topic