Home > php教程 > php手册 > 专用于php存储大数量配置的扩展

专用于php存储大数量配置的扩展

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:46:15
Original
1258 people have browsed it

 

以前有写过一篇如何实现一个处理php中需要加载大数据量配置文件的一个文章,最近开始玩git,于是整理了一下把它发到github上去了,有需要的同学可以去看看

 

https://github.com/lazytiger/btstore

 

另外之前的写的关于这个扩展实现的文章地址如下:

http://www.BkJia.com/kf/201112/113223.html

 

另外以前写过了一些东西也将会陆续放到github上去,包括

amflib 一个c++版本的amf库

 

amysql 一个用boost::asio实现的异步mysql连接库,自带连接池

 

amemcache 一个用boost::asio实现的异步memcache客户端,自带连接池

 

dataproxy 一个利用amysql和amemcache实现的数据中间件,可以缓存mysql查询数据,自带分表以及应用层锁功能

 

btlog 一个利用boost::asio实现的日志库,上面的所有库都用它来打印日志

 

摘自 无心云

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template