Global:
users ----|---->proxy gate-----|----->game logic-----|----->data warehouse(important and hard)
| | |
| | |
| | |
| | |
| | |
==========================================================
Users:Mobile/Ipad/PC
Proxy Gate:DNS+Load Balancing+CDN
||WAN ports(lots of):---------->Round Robin、Weighted Round Robin、Service、Application、Session
||Deployment:------------------->route、bridging(桥接部署方式)、local server load balance
Game Logic:logic-->ua/erlang/java/C#/C++ and so on,diff UI logic.
Data Warehouse:------->Data Access------->Data Acquisition------->Data Storage-----------||
|| || ||Cache------------------>||----->NoSql:Redis、mongodb
|| || ||Persistence----------->||----->mysql、orcle、file system、disk
|================================================|
Linux Mobile Game Sever Simple:
http(web server service :nginx) + lua(game logic) + redis and mysql(cache + persistence)
未经允许,请勿转载!
版权声明:本文为博主原创文章,未经博主允许不得转载。