ranch

Socket acceptor pool for TCP protocols.

  • 所有者: ninenines/ranch
  • 平台:
  • 许可证: ISC License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

= Ranch

Ranch is a socket acceptor pool for TCP protocols.

== Goals

Ranch aims to provide everything you need to accept TCP connections with
a small code base and low latency while being easy to use directly
as an application or to embed into your own.

Ranch provides a modular design, letting you choose which transport
and protocol are going to be used for a particular listener. Listeners
accept and manage connections on one port, and include facilities to
limit the number of concurrent connections. Connections are sorted
into pools, each pool having a different configurable limit.

Ranch also allows you to upgrade the acceptor pool without having
to close any of the currently opened sockets.

== Online documentation

== Offline documentation

  • While still online, run make docs
  • User guide available in doc/ in PDF and HTML formats
  • Function reference man pages available in doc/man3/ and doc/man7/
  • Run make install-docs to install man pages on your system
  • Full documentation in Asciidoc available in doc/src/
  • Examples available in examples/

== Getting help

主要指标

概览
名称与所有者ninenines/ranch
主编程语言Erlang
编程语言Makefile (语言数: 3)
平台
许可证ISC License
所有者活动
创建于2012-04-05 23:06:16
推送于2025-02-17 11:20:38
最后一次提交2025-02-14 13:33:01
发布数37
最新版本名称2.2.0 (发布于 2025-02-17 12:19:02)
第一版名称0.2.0 (发布于 )
用户参与
星数1.2k
关注者数93
派生数337
提交数509
已启用问题?
问题数175
打开的问题数3
拉请求数33
打开的拉请求数2
关闭的拉请求数144
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?