Live data from Hacker News

Viewing profile — e-r-a-n

e-r-a-n

HN member
Joined
Wed, Feb 13, 2019, 9:45 PM UTC
HN karma
16
Public activity
5 items

About e-r-a-n

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #19157600

    The idea behind going all the way down to epoll is to reduce the memory footprint by around 30% otherwise, with every goroutine stack consuming 4-8KB, it's not feasible to go with …

  3. comment
    Comment #19157556

    They are not idling. Look at the code.

  4. comment
    Comment #19157419

    If you look at the server implementation, the client messages are also read and parsed, but are not printed to stdout for demonstration purposes (otherwise it hard to keep track) Y…

  5. comment
    Comment #19157384

    And most linux distros limits the ephemeral range even further to about 30K ports If you take a deeper look, the solution uses Docker to connect clients from different network name…