Linux连接池 LCP

码农软件 · 软件分类 · 数据库连接池 · 2019-09-03 15:28:46

软件介绍

LCPLinux Connection Pool的简写,是基于Linux模块开发的线程安全通用连接池,减少由频繁建立和释放连接带来的系统开销,提升服务响应速度,支持跨语言、多服务的通用连接池,应用层代码不需要做任何改动,对于某些有状态的连接服务(需要连接认证,例如Mysql连接服务等),包括服务器端超时关闭连接的情况(比如http反向代理情况,nginx反向代理),需要配置使用具体的IP和端口号来预先派生连接,连接使用一次之后会自动关闭。

别名:(kconnp, Kernel-based Connection Pool)

特性

    1、支持跨语言(PHP,JAVA,Python,C,Perl, ... )之间共享连接

    2、支持多服务(Memcache,Redis,MySQL,Oracle,... )建立连接池

    3、线程安全

工作原理图

 使用安装文档https://github.com/zzgang/kconnp/wiki/LCP


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

Machine Learning

Machine Learning

Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00

Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器