How is async I/O implemented in node.js on Windows?
-
How does node.js make I/O calls asynchronous on Windows? Is there any inbuilt support for async+evented I/O support on Windows platform that node.js uses? If that is not the case, I can think of only one alternative - use of pool of worker threads to do jobs & fire an event when done... But, it is iteratively repeated that node.js process is a single threaded application.. Any resources to the architecture of node.js on Windows that anyone can refer?
-
Answer:
They use IOCP : http://msdn.microsoft.com/en-us/library/windows/desktop/aa365198(v=vs.85).aspx You can look at the implementation code : https://github.com/joyent/libuv/tree/master/src/win
Jake Verbaten at Quora Visit the source
Related Q & A:
- How can I install node.js module using phantom, instead of npm?Best solution by Stack Overflow
- how to browserify a node-js module?Best solution by Stack Overflow
- How do you install a specific version of Node.js?Best solution by Ask Ubuntu
- How to delete a line from a .txt file in node.js?Best solution by c-sharpcorner.com
- How do I make Yahoo my default email on Windows XP?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.