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
- HN profile
- View on Hacker News ↗
About e-r-a-n
No profile information was provided.
Recent public activity
-
comment
Comment #19165914
How?
-
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 …
-
comment
Comment #19157556
They are not idling. Look at the code.
-
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…
-
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…