Live data from Hacker News

Viewing profile — ArmTank

ArmTank

HN member
Joined
Wed, Jun 03, 2015, 2:37 PM UTC
HN karma
43
Public activity
9 items

About ArmTank

No profile information was provided.

Recent public activity

  1. comment
    Comment #11406402

    Are there any changes? ;)

  2. story
  3. 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 ...

  4. comment
    Comment #10234800

    "Support for HTTP/2 with weighted and dependency-based prioritization." @ http://nginx.org/en/

  5. comment
    Comment #10233876

    Yes, it does.

  6. comment
    Comment #9744938

    Originally. But the focus has shifted since then. There are a number of Linux-addicted developers in the team now.

  7. comment
    Comment #9654117

    Why don't you submit a feature request for that?

  8. 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.

  9. comment
    Comment #9652865

    In nginx worker processes don't open and don't close sockets. They inherit them from the master process.