linux 下 gearman 安装操作-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 331529
  • 博文数量: 68
  • 博客积分: 405
  • 博客等级: 一等列兵
  • 技术积分: 1288
  • 用 户 组: 普通用户
  • 注册时间: 2013-01-09 15:39
个人简介

本人从事 linux nginx mysql php 开发多年,联系v:luhuang2003 ,希望接触到更新的web开发软件,开此博客希望能把自己的经验和接触的东西与大家进行共享。

文章分类

全部博文(68)

文章存档

2024年(1)

2013年(67)

我的朋友
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: 系统运维

2013-01-10 11:38:20

以下都在linux 操作完成

1、下载 gearman 安装软件


2、升级或安装相关软件
yum install boost  boost-devel -y
boost 的版本必须大于 1.39

3、解压和安装
tar zxvf gearmand-1.1.4.tar.gz
cd gearmand-1.1.4
./configure --prefix=/usr/local/gearmand --with-boost=/usr/local/boost
make
make install

4、启动gearman
/usr/local/gearmand/sbin/gearmand -d -u root -l /usr/local/gearmand/data/gearmand.log -p /usr/local/gearmand/data/gearmand.pid

5、把gearman 加到 机器重启程序也启动
打开 /etc/rc.local  文件
添加 :
/usr/local/gearmand/sbin/gearmand -d -u root -l /usr/local/gearmand/data/gearmand.log -p /usr/local/gearmand/data/gearmand.pid
阅读(3002) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图