1.

Explain the term Synchronicity.

Answer»

Synchronicity generally refers to the binding of the client to the function’s execution and it can be DONE in two ways i.e., synchronous and ASYNCHRONOUS. In Synchronous invocations, the client blocks and waits until the service complete its operation before CONTINUING its WORK. In Asynchronous invocations, clients are allowed to invoke a service and execute other FUNCTIONS.



Discussion

No Comment Found