Thursday 31 January 2019

Is there any coexistence between worker threads and the I/O thread pool threads?

Now with the latest node update we've got worker threads running in the same process as that of the main thread unlike clusters and child processes, so is that multithreaded/multiprogrammed or asynchronous?, if they are asynchronous how do they coexist with the existing thread pool used for I/O?, this might be a very naive question sorry for my ignorance,also, if they are asynchronous does this mean for cpu intensive jobs more cores should be made available to worker threads by decreasing the number of async I/O threads?

Submitted January 31, 2019 at 07:45PM by Prateeeek

No comments:

Post a Comment