Thursday, 10 January 2013

Non Blocking I/O in Node.js

-->




Difference between Blocking and non blocking

Blocking:
In blocking, we can read file one after the other in a time interval.



Non Blocking:
In non blocking, we can read files at same time.

Related Posts:

  • Non Blocking I/O in Node.js !-- google_ad_client = "ca-pub-4378340310740210"; /* rectangle-nodemongo */ google_ad_slot = "1751391070"; google_ad_width = 336; google_ad_height = 280; // --> Difference between Blocking and non blocking Blocki… Read More

0 comments:

Post a Comment