cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

asynchronous interface vs synchronous interface

GabrielSagaya
Active Contributor
0 Likes
11,486

can you explain asynchronous interface vs synchronous interface with adv & disadv.

View Entire Topic
Former Member
0 Likes

Gabriel,

Just note down...the point mentioned by srivastava..

-->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.

this is very critical...

so go for sync only when required..

Regards,