Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server clustering #6429

Open
Krzmbrzl opened this issue May 24, 2024 · 1 comment
Open

Server clustering #6429

Krzmbrzl opened this issue May 24, 2024 · 1 comment
Labels
feature-request This issue or PR deals with a new feature server

Comments

@Krzmbrzl
Copy link
Member

Context

Servers that have a lot of concurrent users and/or are critical and should therefore be made redundant in terms of a single server process potentially failing for one reason or another.

Description

There should be a possibility to have multiple Mumble server process instances to form a server cluster that to the outside appears as a single logical server. Internally, the different server instances (which may also sit on entirely different hardware) should to some sort of automatic load balancing and potentially also optimizing which users are handled on which server in order to minimize that user's latency.

Mumble component

Server

OS-specific?

No

Additional information

No response

@Krzmbrzl Krzmbrzl added server feature-request This issue or PR deals with a new feature labels May 24, 2024
@andreasstieger
Copy link
Contributor

You should probably look into transparent failover (faster recover or high availability) and sharding (per room) first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue or PR deals with a new feature server
Projects
None yet
Development

No branches or pull requests

2 participants