Click here to Skip to main content
15,887,256 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan20-Dec-18 0:54
Eytukan20-Dec-18 0:54 
AnswerRe: Node.js : Non-blocking thing Pin
Eytukan19-Dec-18 23:11
Eytukan19-Dec-18 23:11 
GeneralRe: Node.js : Non-blocking thing Pin
Eddy Vluggen20-Dec-18 0:23
professionalEddy Vluggen20-Dec-18 0:23 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan20-Dec-18 1:04
Eytukan20-Dec-18 1:04 
GeneralRe: Node.js : Non-blocking thing Pin
jschell23-Dec-18 7:59
jschell23-Dec-18 7:59 
GeneralRe: Node.js : Non-blocking thing Pin
Eddy Vluggen23-Dec-18 10:28
professionalEddy Vluggen23-Dec-18 10:28 
GeneralRe: Node.js : Non-blocking thing Pin
Lutosław11-Apr-19 7:07
Lutosław11-Apr-19 7:07 
GeneralRe: Node.js : Non-blocking thing Pin
Nathan Minier19-Dec-18 1:22
professionalNathan Minier19-Dec-18 1:22 
Eytukan wrote:
Having thorough expertise over non-blocking I/O, IOCP, MS should have done it first, Before someone else could do a thing called "Node.js".


...so, real programming languages already do "non-blocking IO", through this fun concept called "asynchrnous" or "parallel" programming. It's not new, it's been around a long time, and IIS has been leveraging it for well over a decade. You're also confusing a runtime with a software module, which makes me wonder how anyone on this site (outside of QA) can be so uniformed about basic computer operation.

The reason Node needs to advertise this capability is that JavaScript does not normally support non-blocking IO. That's because JavaScript was never intended to do the things that Node allow it to. Please think about that for maybe a minute before your uninformed, tiresome, and inevitable anti-MS response.
"Never attribute to malice that which can be explained by stupidity."
- Hanlon's Razor

GeneralRe: Node.js : Non-blocking thing Pin
Eytukan19-Dec-18 21:18
Eytukan19-Dec-18 21:18 
GeneralRe: Node.js : Non-blocking thing Pin
Pete O'Hanlon20-Dec-18 0:00
mvePete O'Hanlon20-Dec-18 0:00 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan20-Dec-18 0:53
Eytukan20-Dec-18 0:53 
GeneralRe: Node.js : Non-blocking thing Pin
Nathan Minier20-Dec-18 1:18
professionalNathan Minier20-Dec-18 1:18 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan26-Dec-18 23:07
Eytukan26-Dec-18 23:07 
GeneralRe: Node.js : Non-blocking thing Pin
Pete O'Hanlon27-Dec-18 1:22
mvePete O'Hanlon27-Dec-18 1:22 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan27-Dec-18 1:39
Eytukan27-Dec-18 1:39 
GeneralRe: Node.js : Non-blocking thing Pin
Nathan Minier27-Dec-18 1:58
professionalNathan Minier27-Dec-18 1:58 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan27-Dec-18 2:41
Eytukan27-Dec-18 2:41 
GeneralRe: Node.js : Non-blocking thing Pin
Pete O'Hanlon27-Dec-18 2:55
mvePete O'Hanlon27-Dec-18 2:55 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan27-Dec-18 3:07
Eytukan27-Dec-18 3:07 
GeneralRe: Node.js : Non-blocking thing Pin
jschell27-Dec-18 13:23
jschell27-Dec-18 13:23 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan26-Dec-18 23:20
Eytukan26-Dec-18 23:20 
GeneralRe: Node.js : Non-blocking thing Pin
jschell27-Dec-18 13:16
jschell27-Dec-18 13:16 
GeneralRe: Node.js : Non-blocking thing Pin
Eytukan30-Dec-18 1:03
Eytukan30-Dec-18 1:03 
GeneralRe: Node.js : Non-blocking thing Pin
jschell5-Jan-19 5:16
jschell5-Jan-19 5:16 
GeneralRe: Node.js : Non-blocking thing Pin
jschell23-Dec-18 8:07
jschell23-Dec-18 8:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.