Viewing profile — kostyash
kostyash
HN member- Joined
- Wed, Aug 17, 2016, 10:12 AM UTC
- HN karma
- 11
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About kostyash
No profile information was provided.
Recent public activity
-
comment
Comment #14040522
How sweet, the study that guardian refers returns 404: http://www.greenpeace.org/international/en/silentkillers/
-
comment
Comment #13590644
The first company in the list should be Google.
-
comment
Comment #12473012
To make it possible Ukraine and Chine will need to redevelop many technologies that were used to build Mriya. The technologies were gone when USSR collapsed.
-
comment
Comment #12304338
Agree, that multi-threading probably the best choice for CPU-intensive applications. But for databases or http-servers multi-process + coroutines/fibers can be a better solution. F…
-
comment
Comment #12303555
It sounds like if you use threads and fork it might be a disaster. Its true, but the author blames only fork and skip the second part of the problem, threads. This is not fair, bec…