Showing posts with label blocing and non blocking. Show all posts
Showing posts with label blocing and non blocking. Show all posts

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.