cancel
Showing results for 
Search instead for 
Did you mean: 

disadvantage on synchronous proxy compared to asynchronous proxy

Former Member
0 Kudos
71

Hi friends,

Please tell me any disadvantage on Synchronous Proxy compared to asynchronous proxy.

My integration JDBC to PROXY and PROXY to JDBC. Inspite of using the proxy in syn mode i have used asyn proxy, now i have to give the proper answer y i have used asyn proxy, so please give me any drawbacks of syn proxy.

Thanks in advace

Karthikeyan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karthikeyan,

The main disadvantage of synchronous communication is for every request there should be corresponding response from the receiver, if for any reason receiver doesnt respond there will not be any further message processing. So, its better to go with asynchronous communication.

Thanks,

Bharath.

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

Former Member
0 Kudos

answered