
Memcache
envykok
这个作者很懒,什么都没留下…
展开
-
Install Multiple Memcache Instance
<br />Install Multiple Memcache Instance<br /> <br />Since Memcache Instance will only use 2GB memory maxmium, if you want to have more memory for memcache , what we can do is install multiple memcache instances.<br /> <br /><br /> <br /> <br />After insta原创 2010-06-02 14:49:00 · 162 阅读 · 0 评论 -
How to set up (additional) MemCacheD servers on Windows
How to set up (additional) MemCacheD servers on Windowshttp://supersuf037.blogspot.com/2009/08/how-to-set-up-additional-memcached.htmlGo find the latest Windows binary. Such as: http://code.jellycan.com/memcached/Install the application somewhere like C:/m转载 2010-06-02 14:21:00 · 169 阅读 · 0 评论 -
Memcache Server存储信息提取
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Memcached.ClientLibrary;using System.Configuration;using System.Collections;namespace MemcachedTest原创 2010-06-03 14:35:00 · 219 阅读 · 0 评论 -
命令行查看Memcached运行状态&状态解释
http://hi.baidu.com/hygrom/blog/item/387477f4e3179dd3f3d3852a.html1.windows系统连接memcached端口 cmd命令行中键入telnet 127.0.0.1 11211 11211是memcached绑定的端口号。note: from envykokfigure1:2.连接上端口后输入 stats命令,即可得到描述Memcached服务器运行情况的参数。note:from envykokfigure 2: STAT pi转载 2010-06-11 01:03:00 · 238 阅读 · 0 评论 -
About 2G memory problem and connection memory usage
<br />http://lists.danga.com/pipermail/memcached/2007-August/004956.html<br /> As far as this list is concerned, if you run a 32-bit Linux OS, <br />memcached can only use 2GB of memory for the entire process. That <br />includes the memory needed f转载 2010-06-11 01:37:00 · 159 阅读 · 0 评论