Synchronous and Asynchronous events

Differentiate between Synchronous & Asynchronous events.

Synchronous event are the ones in which the caller needs to pause to wait for a response. The fact that it waits for a response means that the call is a “blocking” call to the event handler. This gives the thread that encountered the event an opportunity avoid executing code that the event identifies undo the effects of code that the event identifies.

Asynchronous event is one in which the caller continues without pausing for a response. This allows concurrency between both the caller and the method being called.
30 Cloud Computing Interview Questions and Answers
Cloud Computing interview questions and answers for freshers and experienced - List of Cloud Computing questions with answers that might be asked during an interview - How does cloud computing provides on-demand functionality?, 2. What is the difference between scalability and elasticity?, What are the different layers of cloud computing?.....
Introduction to Cloud Computing Questions and Answers
What is Hypervisor in Cloud Computing and its types?, Are Type-1 Hypervisors better in performance than Type-2 Hypervisors and Why?, What are the characteristics on which a Cloud Computing Model should be selected for implementing and managing workload?
15 Cloud Computing Architecture Questions and Answers
Cloud Computing Architecture Questions - What is the use of defining cloud architecture?How does cloud architecture overcome the difficulties faced by traditional architecture?What are the advantages of cloud architecture?....
Post your comment