1.

What Is Asynchronous And Synchronous Update?

Answer»

ASYNCHRONOUS Update – The program does not WAIT for the WORK PROCESS to finish the update.
Commit Work.

SYNCHRONOUS Update – The program wait for the work process to finish the update.
Commit Work and Wait.

Asynchronous Update – The program does not wait for the work process to finish the update.
Commit Work.

Synchronous Update – The program wait for the work process to finish the update.
Commit Work and Wait.



Discussion

No Comment Found