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

docs(idea/sutera): 10_why isn't clocking server in suteranetwork #49

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

barrier15300
Copy link

@barrier15300 barrier15300 commented Jul 15, 2024

@See2et See2et changed the title Idea/sutera/10 docsideasutera clocking server is not suteranetwork docs(idea/sutera): 10_clocking server is not suteranetwork Oct 25, 2024
@See2et See2et changed the title docs(idea/sutera): 10_clocking server is not suteranetwork docs(idea/sutera): 10_why isn't clocking server suteranetwork Oct 25, 2024
@See2et See2et marked this pull request as ready for review October 25, 2024 05:22
@See2et See2et changed the title docs(idea/sutera): 10_why isn't clocking server suteranetwork docs(idea/sutera): 10_why isn't clocking server in suteranetwork Oct 25, 2024
@See2et See2et requested a review from AsPulse November 1, 2024 12:37
## 分離しても大丈夫な理由

いかなるSocial-VRプラットフォームにおいても、インスタンスのダウンや不調は珍しくありません。
しかし、インスタンスは容易に立て直すことが可能であるため、それらの問題が即座にそのサービスの持続性へ悪影響を与えることはありません。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
しかし、インスタンスは容易に立て直すことが可能であるため、それらの問題が即座にそのサービスの持続性へ悪影響を与えることはありません。
しかし、インスタンスは容易に立て直すことが可能であるため、それらの問題が即座にそのサービスの持続性へ悪影響を与えることはありません。

容易に立て直すことができるというか、「保存が必要なデータを持たない」というところが本質だよね……
例えば非ユーザー依存データのワールドとかを例に出して、
そういう類いの大事なデータを一切持たないから突然飛ばれても大丈夫だよね~という話に持っていったほうがよいと思います

Comment on lines +15 to +17
インスタンスへのアクセスが集中することは珍しくなく、時にはサーバーダウンなどの悪影響が発生することも考えられます。
仮にClocking-ServerがSuteraネットワークに含まれていた場合、先述したような悪影響が他の各コンポーネントにも波及する可能性があります。
それは担保すべき様々なデータが消失する危険性を孕んでいることを意味し、Suteraの理念の実現を大きく阻害します。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

う~ん……別にBloom自体はいつでもダウンする可能性のある想定の設計だからな……
サーバーダウンが問題じゃなくて、負荷が高いものがSuteraネットワーク内にいることが問題です (Suteraネットワークは軽量にしたい)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clocking-Server自体がそもそも何かって説明は別ファイルにあるんだっけ……?
ないならここに書いてもいいかも……?

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

Successfully merging this pull request may close these issues.

docs(idea/sutera): clocking-serverがSuteraNetworkでない理由
3 participants