NodeJS Event Loop Fundamendals
问题 I'm sure it's a commonly asked question but didn't find a concrete answer. I kind of understand the basic concept of NodeJS and it's asynchronous/non-blocking nature of processing I/O. For argument sake, let's take a simple example of a HTTP server written in node that executes the unix command 'find /' and writes the result to the http response (therefore displaying the result of the command on the user's browser). Let's assume that this takes 3 seconds. Let's assume that there are two users