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
派生數335
提交數509
已啟用問題?
問題數175
打開的問題數3
拉請求數33
打開的拉請求數2
關閉的拉請求數144
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?