When do I use a synchronous versus a asynchronous request?

Asynchronous is more complex to manage, many prefer using XMLHttpRequest in Synchronous mode which could have a negative effect specially on high load or slow website link, because the JavaScript engine is blocked until the request completes. That's why today we use AJAX and not SJAX, and the complexity of asynchronous programming is better handled today with the multitude of frameworks and techniques which make AJAX interfaces more fluid.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions