suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

Server achitecture #2326

Closed Callepo closed 6 months ago

Callepo commented 9 months ago

Would this be accurate? just made it, cuase the one in the docs is old. Planning to update it image

Callepo commented 9 months ago

or should only the Servers be visible? i put it like that cuase alot of people dont understand how the communication between them happens, so this might make it easier to understand

image

insthync commented 9 months ago

Cluster client and server are made for server-to-server communication, I think it should be like the second one.

Callepo commented 9 months ago

Cluster client and server are made for server-to-server communication, I think it should be like the second one.

yea i know, i made em visual so people know how the communication works

so on left side u have only clusterclient and clusterserver communicating with eachother to visually show that the map is not directly connected to the central, but more of the clusterclient is what sending and receiving data from the Cluster server

And than u have the mapserver and central server communicating with the db server without a medium

Both images represent the same thing, just trying to make people understand that the ClusterClient/Server is also a factor in the communication, cuase that part seems a bit confusing for people, so those 2 options are my attempt to visualize it

insthync commented 6 months ago

I don't know what you want me to do. Do you have more question? Are you going to update the image in the document?

I will close this one because I've determined that I have nothing to do any more here.