Viewing profile — ArmTank
ArmTank
HN member- Joined
- Wed, Jun 03, 2015, 2:37 PM UTC
- HN karma
- 43
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About ArmTank
No profile information was provided.
Recent public activity
-
comment
Comment #11406402
Are there any changes? ;)
- story
-
comment
Comment #11072650
http://nginx.org/en/linux_packages.html#arguments Configure arguments common for nginx binaries from pre-built packages for stable version: ... --with-http_stub_status_module ...
-
comment
Comment #10234800
"Support for HTTP/2 with weighted and dependency-based prioritization." @ http://nginx.org/en/
-
comment
Comment #10233876
Yes, it does.
-
comment
Comment #9744938
Originally. But the focus has shifted since then. There are a number of Linux-addicted developers in the team now.
-
comment
Comment #9654117
Why don't you submit a feature request for that?
-
comment
Comment #9654077
No, they don't (and they can't, since they usually don't have such privileges). The master process opens all sockets for each worker process.
-
comment
Comment #9652865
In nginx worker processes don't open and don't close sockets. They inherit them from the master process.