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

asynchronous interface vs synchronous interface

GabrielSagaya
Active Contributor
0 Likes
11,479

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

View Entire Topic
Former Member
0 Likes

Gabriel,

<b>synchronous</b>

the sender sends a request message to the receiver and waits for a response message.

for eg. consider a scenario.. where u have a customer no. and u need customer details.which is stored in R/3...so u can configure a HTTP to R/3 synchronous scenario... a http request will be sent to R/3 having a CUSTOMER NO....and in response u will get details of customer like...cust name,address, etc...

<b>asynchronous</b>

sender send a request message but doesn't wait for response.

for eg consider a file to file scenario .where u need to pick a file from a source location to a destinartion location....so...it will asynchronous interface

hope u r lil bit clear!!.

Regards

Biplab