|
|
|
|
|
by vinceyuan
4074 days ago
|
|
Does it mean the async functions about file system operations are not really asynchronous in Node.js? The whole node.js server will be blocked if the number of file system operations is bigger than the thread pool size. :-( |
|