top | item 4703442 (no title) wizard_2 | 13 years ago I believe even NodeJS's libuv came to the same unfortunate conclusion for non windows hosts.https://github.com/joyent/libuv http://nikhilm.github.com/uvbook/filesystem.html discuss order hn newest Tobu|13 years ago When node switched to libuv it didn't degrade io performance on unix hosts; io in threads has been competitive with evented io. I don't think async io was even considered, but let me know if you dig up anything. tedsuo|13 years ago yep, node has always used a threadpool for filesystem calls, even before libuv.
Tobu|13 years ago When node switched to libuv it didn't degrade io performance on unix hosts; io in threads has been competitive with evented io. I don't think async io was even considered, but let me know if you dig up anything. tedsuo|13 years ago yep, node has always used a threadpool for filesystem calls, even before libuv.
Tobu|13 years ago
tedsuo|13 years ago