on ‎2007 Dec 04 7:04 AM
can you explain asynchronous interface vs synchronous interface with adv & disadv.
Request clarification before answering.
hi Gabriel,
one thing i know as a practicle examle,
synchronous interface flow is like Phone call.
Means either Picked up if receiver is reachable(Successful) or not picked up if receiver is not reachable(failure)
So as you have to make a another call just like that yo have to send anther message with same data.
But in async interface flow
it is like email service.
means the service will wait for the receiver even if it is not reachable.
when the receiver is reachable then message will be processed after restarting.
Ya its right that we can not compare these two.
As per the business requirement we use it.
**PS:reward points if useful**
regards,
Sumit Gupta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.