Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
youtrin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
youtrin
12y ago
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 any of this to finish, it just starts it on another thre
2.
▲
by
youtrin
12y ago
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 Javascript execution (though V8 does actually run other th