cancel
Showing results for 
Search instead for 
Did you mean: 

Why is latency for sync messages more than async messages in PI?

Former Member
0 Kudos

Hi All,

Is it normal thing for Sync messages to have more latency time than async messages in PI. if yes then what is the reason behind it?

Also whats the appropriate latency time in PI?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi XIer,

synchronous message sender need to wait for a response. They cant wait for an eternity, so there must be a timeout, usually 3 minutes or something.

asynchronous message sender do not care (techniquely) about any reaction, the program can go on after sending. Therefore any timeout makes no sense.

Regards,

Udo

Answers (1)

Answers (1)

Former Member
0 Kudos

Any feedback on this?