rhebok 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/Changes +4 -0
- data/README.md +2 -1
- data/ext/rhebok/rhebok.c +1 -1
- data/lib/rhebok/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 886e07e01529cc5371bbca869048f569ec23c2b1
|
4
|
+
data.tar.gz: 9af6f543aa8af1c31d5a7844f061321a074460f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b9e5c8124a08ed80d565e886af090515613cf438a8d74595e7ef0b3f0f5b1b25aeba0c2aa58d7da3452727cf73b06466b740c619a8fc2b93b21064009e4363f
|
7
|
+
data.tar.gz: fcecc2575e1fc790b8a04670c4a1b28d3f8e372a6892acde185f59a06ac17be00917b9caab1467988f54ed3d6701350b5dff7cb75687e8f60ef1a2e69a6d81bd
|
data/.travis.yml
CHANGED
data/Changes
CHANGED
data/README.md
CHANGED
@@ -54,7 +54,7 @@ nginx.conf
|
|
54
54
|
|
55
55
|
command line of running Rhebok
|
56
56
|
|
57
|
-
$
|
57
|
+
$ rackup -s Rhebok -O Path=/path/to/app.sock \
|
58
58
|
-O MaxWorkers=5 -O MaxRequestPerChild=1000 -E production config.ru
|
59
59
|
|
60
60
|
## Options
|
@@ -180,6 +180,7 @@ proc object. This block will be called by a worker process after forking
|
|
180
180
|
|
181
181
|
- TERM: If the worker process received TERM, exit after finishing current request
|
182
182
|
|
183
|
+
|
183
184
|
## Benchmark
|
184
185
|
|
185
186
|
Rhebok and Unicorn "Hello World" Benchmark (behind nginx reverse proxy)
|
data/ext/rhebok/rhebok.c
CHANGED
data/lib/rhebok/version.rb
CHANGED