From 48f39402181d959cad88cb3f460210c007169f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 12 May 2021 11:13:47 +0200 Subject: Cowboy 2.9.0 --- docs/en/ranch/1.8/manual/index.html | 201 ++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 docs/en/ranch/1.8/manual/index.html (limited to 'docs/en/ranch/1.8/manual/index.html') diff --git a/docs/en/ranch/1.8/manual/index.html b/docs/en/ranch/1.8/manual/index.html new file mode 100644 index 00000000..feaaaf49 --- /dev/null +++ b/docs/en/ranch/1.8/manual/index.html @@ -0,0 +1,201 @@ + + + + + + + + + + Nine Nines: Ranch Function Reference + + + + + + + + + + + + + + + + +
+
+
+
+ +

Ranch Function Reference

+ +

Name

+

ranch - Socket acceptor pool for TCP protocols

+

Description

+

Ranch is a socket acceptor pool for TCP protocols.

+

Ranch manages listeners which are a set of processes that accept and manage connections. The connection's transport and protocol modules are configured per listener. Listeners can be inspected and reconfigured without interruptions in service.

+

Modules

+

Functions:

+ +

Transports:

+ +

Behaviors:

+ +

Dependencies

+
  • ssl - Secure communication over sockets +
  • +
+

All these applications must be started before the ranch application. To start Ranch and all dependencies at once:

+
+
{ok, _} = application:ensure_all_started(ranch).
+
+

Environment

+

The ranch application defines one application environment configuration parameter.

+
profile (false)
+

When enabled, Ranch will start eprof profiling automatically.

+

You can use the ranch_app:profile_output/0 function to stop profiling and output the results to the files procs.profile and total.profile. Do not use in production.

+
+
+

See also

+

ssl(7)

+ + + + + + +
+ +
+ + +

+ Ranch + 1.8 + Function Reference + +

+ + + +

Navigation

+ +

Version select

+ + +

Like my work? Donate!

+

Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:

+
+ + + + + + + + + +

Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.

+ + + +
+
+
+
+ + + + + + + + + -- cgit v1.2.3