随笔分类 -  Linux

摘要:背景介绍 游戏经过一段时间的运营,发现了原来的设计缺陷太多,所以决定重新设计架构。使用到nginx作为核心并通过lua+redis设计实现自己的负载分配方案。先看看下面这张简单的架构图吧~ 从图上看,结构是非常简单的。主要通过编写lua分配策略使游戏房间内的人数尽量坐满。 技术实现思路 要编写lua 阅读全文
posted @ 2017-06-10 16:29 Landpack 阅读(3498) 评论(0) 推荐(1)
摘要:背景 ===== 后台开发需要随时与服务器交互,本人使用 开发。但是不愿意在 上直接安装 以及 等等工具。所以选择在 下安装一个服务器系统,并且使用 与其连接。为方便日后环境重现,记录下安装配置过程。本文介绍开发人员必备的常见工具及数据库。 开始 ===== 1,下载镜像,这里我选择[CentOS] 阅读全文
posted @ 2016-11-04 18:21 Landpack 阅读(283) 评论(0) 推荐(0)
摘要:Background Currenlty! I am work on fedora system, but the static ip has required, but the fedora have some stranger things with the ip configure! I'll 阅读全文
posted @ 2016-09-16 11:35 Landpack 阅读(190) 评论(0) 推荐(0)
摘要:Background I have work with mysql on the fedora OS, but currently fedora have no support instead or . So I gotta install it. Install Database Run Data 阅读全文
posted @ 2016-08-19 14:08 Landpack 阅读(374) 评论(0) 推荐(0)