top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How Node.js overcomes the problem of blocking of I/O operations?

0 votes
569 views
How Node.js overcomes the problem of blocking of I/O operations?
posted Aug 18, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Node.js overcome the problem by using Event Based Model.Also,It uses Event loop instead of threads.

answer Aug 25, 2014 by Amarvansh
Similar Questions
0 votes

Am new to node.js.In every document i saw node js is nothing but non blocking and event driven.But am still unaware about what is non-blocking & event driven.Can any one please explain about this.

+1 vote

Any good tutorial for beginners?

...