toad wrote: > Won't that result in excessive latency? >> Log: >> DataInserts and ChkDataFounds go into the transfer queue to reduce reordering
Sorry, I don't see why latency would be affected - the insert/request still takes the same amount of time and uses the same number of messages, this just helps to ensure that they arrive in the expected order (although it's still possible for ChkDataFound to overtake Accepted - I need to have another think about ordering in general). Cheers, Michael