ubuntu 9.04下载安装memcacheQ V1.1

六月 21st, 2010 Posted in 6.综合内容 | 阅读次数: 160 次

Author:gaojinbo
Time:2010-6-21

memcacheQ,它是memcachedb的一个变种,它基于Berkeley的文件存储的,是一种持久化的队列.

 

1.环境
ubuntu     9.04    64bit
memcacheq    0.2.0

 

2.下载

wget http://memcacheq.googlecode.com/files/\
memcacheq-0.2.0.tar.gz

 

3.安装依赖包

apt-get install libevent-dev libdb4.7-dev 

 

4.编译安装

tar xvzf memcacheq-0.2.0.tar.gz

cd memcacheq-0.2.0

./configure –enable-threads

make && make install


5.启动

memcacheq -d -r -H /www/memcacheq -N -R -v -L 1024 -B 1024\
 -u nobody > /www/memcacheq/mq_error.log 2>&1 

-d后台运行

-p指定监听端口

-H数据文件存放路径

-u指定什么用户运行memcacheq

 

6.关闭memcacheQ

killall -9 memcacheq 

 

完成!

相关日志:

Tags:

2 Responses to “ubuntu 9.04下载安装memcacheQ V1.1”

  1. Related Resources Says:

    Related Websites…

    [...]here are some other links to sites that we find everyday so here are some popular sites we like today[...]…


  2. stockholm hotel Says:

    You should check this out……

    [...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]………


留下您的脚印