发布时间:2013-05-04 23:18:53
Apache安装官方:http://httpd.apache.org/download.cgi http://httpd.apache.org/docs/2.4/install.html wget "http://apache.dataguru.cn//httpd/httpd-2.4.4.tar.gz"apache安装依赖APR and APR-Util,可能因找不到apr而出错。tar -zxvf apr-1.4.6.tar.gzcd apr-1.4.6./conf.........【阅读全文】
发布时间:2013-05-02 22:33:14
来源:http://blog.csdn.net/sunxinhere/article/details/7968886【消息队列MQ】各类MQ比较 目前业界有很多MQ产品,我们作如下对比:RabbitMQ是使用Erlang编写的一个开源的消息队列,本身支持很多的协议:AMQP,XMPP, SMTP, STOMP,也正是如此,使的它变的非常重量级,更适合于企业级的开发。同时实现了一.........【阅读全文】
发布时间:2013-05-02 16:16:30
来源:http://blog.163.com/lgh_2002/blog/static/44017526201092110116531/监测memcached运行情况的几种方法1. 以verbose方式运行memcached 启动memcached时加-v或者-vv选项 引用# /usr/local/bin/memcached -d -m 2048 -u root -l 192.168.1.20 -p 12111 -c 1024 -P /tmp.........【阅读全文】
发布时间:2013-05-02 11:17:54
来源:http://www.cnblogs.com/liunx/archive/2010/03/24/1693925.html一致性 hash 算法( consistenthashing ) 张亮 consistent hashing 算法早在 1997 年就在论文 Consistenthashing and random trees 中被提出,目前在 cache 系统中应用越来越广泛; 1 基本场景比如你有 N 个 cache 服务器(后.........【阅读全文】
发布时间:2013-05-01 22:35:57
安装安装Memcached要先安装libevent.libevent http://libevent.org/ tar -zxvf libevent-1.4.13-stable.tar.gz cd libevent-1.4.13-stable ./configure &n.........【阅读全文】