Friday 9 April 2010

Difference b/w Synchronous and Asynchronous?

Suppose there are two process A and B are running and process B are depends upon the process A result.

If two processes are running Synchronously, it means that second process will wait until or unless first process complete.

If two processes are running Asynchronously, it means second process will not wait for second process result and will be executed.

Cheers!

No comments:

Post a Comment