Viewing profile — youtrin
youtrin
HN member- Joined
- Fri, Dec 05, 2014, 6:09 PM UTC
- HN karma
- 6
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About youtrin
No profile information was provided.
Recent public activity
-
comment
Comment #8705933
Say you wanna make an HTTP request. What node will do is kick off the process (dns, grab a socket, connect tcp, write the header, wait for response etc.)... but it won't wait for a…
-
comment
Comment #8705876
No, because the I/O threads never enter JS land (V8); they just dump their data for the main V8 thread to pick up. And yes you are correct that V8 effectively has a GIL for its Jav…