cancel
Showing results for 
Search instead for 
Did you mean: 

Advantage of Async over Sync Intereface

Former Member
0 Kudos

Hi Experts

Can you please provide me the Advantages of Async interfaces over Sync Interface.

Regards

Komal

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member204873
Contributor
0 Kudos

If there is an failure while processing the message, you can resend the message again, where as in sync scenario if some failure is there it can't be reprocessed.

Former Member
0 Kudos

Hi Komal,

PI supporting two way of communication Asyncronous and Synchrounous.Depending on your requirement we use the mode of communication.

if you want to the behaviour ,Synchronous scenario will give response back,asynchrounous not.

betetr to searh in sdn for more info.

former_member200962
Active Contributor
0 Kudos

1) Resources need not be blocked till the sync call is completed.

2) Useful in cases where Sync communication is not supported (like IDOC, FILE, JDBC sender)

Many more should be available on SDN....may be a proper search will give you the details.

Regards,

Abhishek.