Git Product home page Git Product logo

kconnp's Introduction

kconnp

The connection pool in linux kernel layer.

###Requires:

  • X86 CPU
  • Linux Kernel Version >= 2.6.18
  • Host OR VM (KVM,XEN,Vmware, etc)

Installation

  1. $ download src package
  2. $ cd kconnp
  3. $ ./configure
  4. $ make
  5. $ make install

Usage

#####Commands kconnp (stats|reload|start|stop|restart)

  • stats: output the statistics information
  • reload: reload the config
  • start: start the service
  • stop: shutdown the service
  • restart: restart the service

#####Configuration ######Files

  • Global: /etc/kconnp.conf
  • White list for ACL: /etc/iports.allow
  • Black list for ACL: /etc/iports.deny
  • Communication Primitives: /etc/primitives.deny

######Explains

  • The priority of black list is higher than white black list.
  • If the iport is specified,the connections will be pre-connected.
  • If the connection is configured stateful (tag: (S)),each connection only be use one time before closing.

E-Mail:[email protected]

kconnp's People

Contributors

swhgoon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kconnp's Issues

能简单描述一下kconnp工作原理嘛?

可以理解kconnp 是一个 对mysql\redis\memcached 的 连接池吗 ?

以前是app直接对 DB通信,现在是 APP连接 kconnp 然后 kconnp 再跟 DB 连接。

是这样吗 ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.