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

[Refact] 게임 분산 서버 #52

Closed
2 tasks done
kamothi opened this issue Sep 16, 2024 · 2 comments
Closed
2 tasks done

[Refact] 게임 분산 서버 #52

kamothi opened this issue Sep 16, 2024 · 2 comments

Comments

@kamothi
Copy link
Member

kamothi commented Sep 16, 2024

💡 Feature Issue

  • 현재 하나의 서버로 구성하였는데 다중 서버로 나누어 분산 처리 시도 필요
  • 룸으로 서버를 나눌지 아니면 현재 있는 서버 자체를 여러 개로 배포하여 아키텍처를 구현할지 고민
  • 빠른 시일 내에 아키텍처를 그려 올리겠습니다.

🌿 To-do

  • Pub/Sub or redis 사용
  • 분산 처리를 위한 라우팅 처리
@kamothi
Copy link
Member Author

kamothi commented Sep 20, 2024

위와 같은 형태를 의미하며 룸을 나누는 기준은 consistent hashing을 생각중입니다.

@kamothi
Copy link
Member Author

kamothi commented Sep 23, 2024

Round Robin 방식 -> weight 방식으로 변경

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant