On Tue, Jul 30, 2013 at 8:36 PM, Benjamin Pasero <[email protected]> wrote: > Why is node.js not using the native capabilities of loading files async on > platforms where it is supported like windows?
Because there are restrictions on native asynchronous file I/O that make it impractical for anything that isn't a database. That's not a knock on Windows, by the way - Linux and FreeBSD have similar limitations. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
