Y
Hacker News
new
|
ask
|
show
|
jobs
by
gbrits
1916 days ago
Yes it surely is
2 comments
zbentley
1916 days ago
My "htop" display surely disagrees. So do my node programs that lag out waiting for disk IO thread pool slots. Sounds does node's documentation:
https://nodejs.org/api/worker_threads.html
link
hmcdona1
1916 days ago
It's not exactly. Certain operations like I/O are threaded in Node. libuv has it's own threadpool that it uses for a lot of these types of tasks.
link