码迷,mamicode.com
首页 > 系统相关 > 详细

Linux Mobile Game Sever(Architecture)

时间:2015-08-05 06:40:42      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:architecture   linux   mobile game server   

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)

 

未经允许,请勿转载!

版权声明:本文为博主原创文章,未经博主允许不得转载。

Linux Mobile Game Sever(Architecture)

标签:architecture   linux   mobile game server   

原文地址:http://blog.csdn.net/itcombox/article/details/47286825

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!