From 9c80a8810759c9ed19606547c5aaa47aa1699be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 26 Nov 2016 12:58:19 +0100 Subject: Add Ranch 1.3 and various small fixes --- docs/en/ranch/1.3/manual/ranch_app/index.html | 179 ++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 docs/en/ranch/1.3/manual/ranch_app/index.html (limited to 'docs/en/ranch/1.3/manual/ranch_app/index.html') diff --git a/docs/en/ranch/1.3/manual/ranch_app/index.html b/docs/en/ranch/1.3/manual/ranch_app/index.html new file mode 100644 index 00000000..c5ce74d1 --- /dev/null +++ b/docs/en/ranch/1.3/manual/ranch_app/index.html @@ -0,0 +1,179 @@ + + + + + + + + + + + + Nine Nines: ranch(7) + + + + + + + + + + + + + + + + + + +
+
+
+
+ +

ranch(7)

+ +
+

Name

+
+

ranch - Socket acceptor pool for TCP protocols.

+
+
+
+

Dependencies

+
+

The ranch application depends on the ssl application to +start. It is used for handling secure connections, when the +transport is ranch_ssl. It can be disabled if SSL is not +used.

+
+
+
+

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.

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

+ Ranch + 1.3 + Function Reference + +

+ + + +

Navigation

+ +

Version select

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