Files
xrpl-dev-portal/content/concepts/networks-and-servers/clustering.md
mDuo13 554a3732d4 Migrate content syntax via script
The changes in this commit were auto-generated by running

tool/migrate.sh

Following this commit, the Dactyl build no longer works but the Redocly
build (mostly) should.
2024-01-31 16:09:41 -08:00

1.5 KiB

html, parent, blurb, labels
html parent blurb labels
clustering.html networks-and-servers.html Run rippled servers in a cluster to share the load of cryptography between them.
Core Server

Clustering

If you are running multiple rippled servers in a single datacenter, you can configure those servers into a cluster to maximize efficiency. Running your rippled servers in a cluster provides the following benefits:

  • Clustered rippled servers share the work of cryptography. If one server has verified the authenticity of a message, the other servers in the cluster trust it and do not re-verify.
  • Clustered servers share information about peers and API clients that are misbehaving or abusing the network. This makes it harder to attack all servers of the cluster at once.
  • Clustered servers always propagate transactions throughout the cluster, even if the transaction does not meet the current load-based transaction fee on some of them.

If you are running a validator as a private peer, Ripple recommends using a cluster of rippled servers as proxy servers.

See Also

{% raw-partial file="/_snippets/common-links.md" /%}