2017 © Pedro Peláez
 

library connection-pool

a simple connection pool library of the php. base on swoole

image

swoole-libs/connection-pool

a simple connection pool library of the php. base on swoole

  • Thursday, March 1, 2018
  • by inhere
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 50 % Grown

The README.md

连接池

License Php Version Latest Stable Version, (*1)

资源池使用在 常住进程的服务 中才有用。比如用 swoole/workman 创建的应用, (*2)

使用池可实现 数据库连接池、redis连接池等,减少对服务的过多的连接/断开带来的额外资源消耗, (*3)

项目地址

  • github https://github.com/swokit/conn-pool.git

安装

  • 使用 composer

编辑 composer.json,在 require 添加, (*4)

"swokit/conn-pool": "dev-master"

然后执行: composer update, (*5)

使用


License

MIT, (*6)

The Versions

01/03 2018

dev-master

9999999-dev http://github.com/swoole-libs/connection-pool

a simple connection pool library of the php. base on swoole

  Sources   Download

MIT

The Requires

 

library connection-pool