Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Servoy Cluster allows multiple Servoy Application Servers instances can to be clustered together to and act as 1 virtual Servoy Application Server.Multiple

Gliffy Diagram
borderfalse
sizeM
displayNameServoy Clustering
nameServoy Clustering
pagePin11

Clustered Servoy Application Servers clustered using the Servoy Cluster share the same Servoy Repository. This means that all Servoy Application Servers in the cluster share the same version of the solutions available. Servoy Cluster makes all Servoy Application Servers in the cluster remain in sync when importing (a new version of) a solution. Servoys databroadcasting Servoy's Databroadcasting mechanism also operates throughout the entire Servoy Clustercluster.

Servoy Cluster is based on Terracotta (http:www.terracotta.org), the world's most powerful and widely adopted open source platform for Java scalability and availability.

For a step by step guide how to install Servoy Cluster, see Cluster installation

For details on how to operate Servoy Cluster, see Operating the cluster

Additionally, the setup can be enhanced by adding This chapter describes the set up of a cluster in Cluster Installation..

A Servoy Cluster is best set up in combination with a Load Balancer. Adding a Load Balancer and a HTTP Server in front of the Servoy Cluster .will provide the following benefits:

  • Using

...

  • an HTTP Server in front of the cluster

...

  • provides Clients a single point of entry, hiding the

...

  • individual Servoy Application

...

  • Server instances from view for Clients.
  • Using a Load Balancer in front of the cluster allows for the automatic distribution of connecting

...

  • clients over the available Servoy Application Servers.

For a step by step guide on setting up Apache HTTP Server as single point of entry and Load Balancer, see Apache HTTP Server Installation Load Balancing Servers.