PDO/Redis连接池 php-connect-pool

码农软件 · 软件分类 · 数据库连接池 · 2019-09-03 16:12:30

软件介绍

专门为PHP的apache/php-fpm设计的PDO/Redis连接池。

技术特性

  • 在model框架里面做集成,每次fetchAll(set/get)后执行release方法,释放所占用的连接,防止因为脚本卡住导致的连接占用过高问题。

  • 支持最大最小连接数配置。

  • 支持压力小自动回收连接(可配置)。

  • 支持平滑重启。

  • 减少php短连接对db层的压力。

  • 做了大量优化,虽然请求经过连接池进程转发,但是基本无qps损耗。

  • 支持连接用光的排队机制。

  • 框架简单整合后(修改new 方法),现有业务一行代码都不用改即可用上连接池

示例程序

$db = new pdo_connect_pool('dsn_url');
$redis = new redis_connect_pool();

$db->release();//释放连接
$redis->release();

本文地址:https://codercto.com/soft/d/13797.html

PHP for the World Wide Web, Second Edition (Visual QuickStart Gu

PHP for the World Wide Web, Second Edition (Visual QuickStart Gu

Larry Ullman / Peachpit Press / 2004-02-02 / USD 29.99

So you know HTML, even JavaScript, but the idea of learning an actual programming language like PHP terrifies you? Well, stop quaking and get going with this easy task-based guide! Aimed at beginning ......一起来看看 《PHP for the World Wide Web, Second Edition (Visual QuickStart Gu》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具