Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nonblocking

Do Js Use Non Blocking I/o At Os Level To Support Ajax?

If Javascript is a single threaded process and AJAX is asynchronous then how does it happen ? So at… Read more Do Js Use Non Blocking I/o At Os Level To Support Ajax?

Single Threaded Event Loop Vs Multi Threaded Non Blocking Worker In Node.js

Node.JS biggest advantage is it's non blocking nature. It's single threaded, so it doesn… Read more Single Threaded Event Loop Vs Multi Threaded Non Blocking Worker In Node.js

Are Jquery Fadein(), Animation() Functions Non-blocking?

I have a page which issues several ajax queries in $('document').ready(). I want to use fad… Read more Are Jquery Fadein(), Animation() Functions Non-blocking?

Single Threaded Event Loop Vs Multi Threaded Non Blocking Worker In Node.JS

Node.JS biggest advantage is it's non blocking nature. It's single threaded, so it doesn… Read more Single Threaded Event Loop Vs Multi Threaded Non Blocking Worker In Node.JS