码迷,mamicode.com
首页 >  
搜索关键字:memcache libevent    ( 2947个结果
Centos安装Memcache
Memcache概述官方Memcache是一个高性能的分布式的内存对象缓存系统,通过在内存里维护一个统一的巨大的hash表,它能够用来存储各种格式的数据.简单的说就是将数据调用到内存中,然后从内存中读取,从而大大提高读取速度。+个人理解1.它是基于C语言的Libevent库进行开发的2.Memcac...
分类:其他好文   时间:2014-05-06 01:05:02    阅读次数:364
基于Libevent的HTTP Server
简单的Http Server使用Libevent内置的http相关接口,可以很容易的构建一个Http Server,一个简单的Http Server如下:#include #include #include #include #include #include int init_win_socket...
分类:其他好文   时间:2014-05-05 23:18:44    阅读次数:418
Memcached source code analysis (threading model)--reference
Look under the start memcahcedthreadingprocessmemcached multi-threaded mainly by instantiating multiple libevent, are a main thread and n workers thre...
分类:其他好文   时间:2014-05-01 06:15:27    阅读次数:356
Memcached source code analysis -- Analysis of change of state--reference
This article mainly introduces the process of Memcached, libevent structure of the main thread and worker thread based on the processing of the connec...
分类:其他好文   时间:2014-05-01 02:44:07    阅读次数:571
How-to Dump Keys from Memcache--reference
Submitted by Lars Windolf on 19. October 2012 - 21:53http://lzone.de/dump%20memcache%20keysYou spent already 50GB on the memcache cluster, but you sti...
分类:其他好文   时间:2014-05-01 02:17:26    阅读次数:489
[NOSQL] Memcache入门
Memcache是临时性键值存储NoSQL数据库,过去被大量使用在互联网网站中,作为应用和数据库之间的缓存层(现已打都被Redis取代),它是由Danga Interactive公司开发,最初为了加速LiveJournal 访问速度而开发,后来成为广泛应用的开源项目,官网: http://memcached.org/ Memcache的特点 全内存运转 哈希方式存储 简单文本协议进...
分类:数据库   时间:2014-04-29 13:47:20    阅读次数:444
libevent学习笔记-使用指导
windows下Code::Blocks建立GNU编译的工程:1、需要添加如下头文件:D:\E\programing\levent-libevent\includeD:\E\programing\levent-libevent\gnu\includeC:\Program Files\Dev-Cpp\...
分类:其他好文   时间:2014-04-29 10:47:47    阅读次数:284
2947条   上一页 1 ... 293 294 295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!