Viewing profile — tailhook
tailhook
HN member- Joined
- Wed, Nov 26, 2014, 5:05 PM UTC
- HN karma
- 22
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About tailhook
No profile information was provided.
Recent public activity
-
comment
Comment #30290240
Hurray!
- story
-
comment
Comment #11102513
Yes. But that's on debian (IIRC) kernel, i.e. the patched one. On stock kernel it requires CONFIG_USER_NS setting enabled, and it just works.
-
comment
Comment #11102505
vagga is built by vagga itself, so you can look at how to make musl rust here: https://github.com/tailhook/vagga/blob/master/vagga.yaml#L23... There is already a musl libc distribu…
-
comment
Comment #10230145
Do you have any links on the "dependency-graph dataflow system" that you are talking about? Sounds a little bit similar to what I'm trying to do, except at higher scale.
-
comment
Comment #10230080
Well, I believe that it's almost impossible to make rust threads lightweight because every green thread needs a stack anyway. This may be fixed with some stuff like `async/await`. …
- story
-
comment
Comment #8905602
Ah.. yeah, my English is not very good. I mean Mesos tries to be platform to build on top. Some common denominator for other solutions.
- story
-
comment
Comment #8666728
Do you have a link for description of how it works in QNX?
-
comment
Comment #8666722
Well, here is a good article: https://plus.google.com/+RipRowan/posts/eVeouesvaVX It seems that Amazon started using microservices in 2002. Do you think 12 years is not enough to l…
-
comment
Comment #8666710
Sorry, English is not my native language. You can use "notes" in medium, to point me to the mistakes.
-
comment
Comment #8666703
Probably yes, it's a problem of a baggage. If you would start clean, you need two things: 1. Support full threading and one of the memory models that allows it. To have an inspirat…
-
comment
Comment #8666690
> Article suggests that a high performance framework is implemented > where notification of a unavailability will be propagated "before > real user tried to execute a request" (whi…
-
comment
Comment #8663361
Well, for many protocols it easy. I had written (a useful subset of) mysql protocol parser in a weekend. Sure, this is in Python, so reimplement it in C is much harder, still not y…