on ‎2007 Dec 04 7:04 AM
can you explain asynchronous interface vs synchronous interface with adv & disadv.
Request clarification before answering.
Async - One way coomunication
Sync - 2 way coomunication, Sender getting response from receiver
SAP recommends the use of Async interfaces as far as possible. This is because once a sync communication starts, the sender has to wait for the response from the receiver which consumes the resources.
In async case however, the sender just has to send the data and XI is responsible for delivering it to the receiver.
Regards,
Prateek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.