Multiple Instances or Server connection function (Cluster) #3152
Replies: 5 comments 1 reply
-
I think it is possible if you add a load balancer in front I think it is possible if you add a load balancer in front, which distributes the traffic on each instance |
Beta Was this translation helpful? Give feedback.
-
I would be more interested in NPM being a load balancer for the hosts it sits in front of. This would add a major feature to NPM, and partially fulfill what you are looking for e.g. you could have a load balancing NPM in front of two other NPM's, obviously still with a single point of failure. The main difference between this and what you are asking would be session synchronisation between the two NPM hosts. @Tizian-Maxime-Weigt A thought, have you considered using round robin DNS? If you have two public IP addresses, route one IP to each NPM host. Then in DNS configure two A records, both with the same name but a different public IP. e.g. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I was thinking of a self-hosted solution from Cloudflare and I commissioned a developer to do it myself... Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Multiple instances synchronize or a cluster function |
Beta Was this translation helpful? Give feedback.
-
Multiple instances synchronize or a cluster function |
Beta Was this translation helpful? Give feedback.
-
it would be a cool idea if you can build a cluster or have a way to connect multiple servers
Beta Was this translation helpful? Give feedback.
All reactions