码迷,mamicode.com
首页 >  
搜索关键字:libevent    ( 881个结果
配置memcache
linux下的Memcache安装:1. 下载memcache的linux版本,注意 memcached 用 libevent 来作事件驱动,所以要先安装有 libevent。2. 安装 pecl::memcache。用 pecl 命令行工具安装:pecl install memcache或直接从源...
分类:系统相关   时间:2014-10-20 14:47:07    阅读次数:307
c++的RPC库
1. RCF: 纯c++的RPC, 不引入IDL, 大量用到boost,比较强大.2. casocklib: protobuf + asio 较完善实现3. eventrpc: protobuf + libevent 较完善实现4. evproto: protobuf + libevent 简单实现...
分类:编程语言   时间:2014-10-18 16:51:20    阅读次数:365
error while loading shared libraries: xxx.so.x"错误的
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:其他好文   时间:2014-10-15 20:20:01    阅读次数:227
yum安装PHP的安装memcache扩展全攻略
下载libevent,这个是memcache的支持。从网上找到源码直接编译安装。注:CentOS默认是安装了的所以不需要再这一步。为测试libevent是否安装成功:#ls-al/usr/lib|greplibeventlrwxrwxrwx1rootroot2111??1217:38libevent-1.2.so.1->libevent-1.2.so.1.0.3-rwxr-xr-x1rootroot..
分类:Web程序   时间:2014-10-10 16:25:04    阅读次数:289
libevent入门(1)
libevent是什么 libevent 库实际上没有更换select()、poll()或其他机制的基础。而是使用对于每个平台最高效的高性能解决方案在实现外加上一个包装器。 为了实际处理每个请求,libevent 库提供一种事件机制,它作为底层网络后端的包装器。事件系统让为连接添加处理函数变得非.....
分类:其他好文   时间:2014-10-09 17:26:27    阅读次数:319
nginx和FastCGI整合
nginx+fastcgi安装nginx安装:#nginx-1.4.2.tar.gz#libevent-1.4.13-stable.tar.gzyuminstallpcre-developenssl-develcd/usr/local/srctarzxvfnginx-1.4.2.tar.gzcdnginx-1.4.2./configure--prefix=/usr/local/nginx--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx/nginx.c..
分类:其他好文   时间:2014-10-09 16:36:28    阅读次数:238
安装了libevent和memcached之后却发现在执行的时候出现了 error while loading shared libraries问题
今天晚上心血来潮装libevent和memcached,可是却出现了奇葩的问题,结果一看越来是引导文件的路径不对!我遇到 error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: ...
分类:其他好文   时间:2014-10-08 01:58:54    阅读次数:230
linux 下载并安装Memcache服务器端
1.下载并安装Memcache服务器端服务器端主要是安装memcache服务器端. 下载:http://www.danga.com/memcached/dist/memcached-1.2.2.tar.gz 另外,Memcache用到了libevent这个库用于Socket的处理,所以还需要安装.....
分类:系统相关   时间:2014-10-06 21:36:30    阅读次数:360
MemcachedServer, libmemcached, MemcachedClient之间的关系
作者:zhanhailiang 日期:2014-10-06 1. 下载安装libevent(Memcached Server依赖libevent包) cd libevent-2.0.21-stable/ ./configure --prefix=/usr/local/libevent-2.0.21-stable make && make install 2. 下载安装Memcac...
分类:其他好文   时间:2014-10-06 06:32:39    阅读次数:251
R0:前瞻
原文链接http://www.wangafu.net/~nickm/libevent-book/Ref0_meta.htmlLibevent使用手册:前瞻总览:Libevent是一个用来写高性能跨平台非阻塞IO程序的库.它的设计目标如下:跨平台 一个使用Libevent的程序应当能够运行于libe....
分类:其他好文   时间:2014-10-04 12:42:16    阅读次数:196
881条   上一页 1 ... 76 77 78 79 80 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!