SOS icon indicating copy to clipboard operation
SOS copied to clipboard

Optimize blocking communication using local completions

Open jdinan opened this issue 8 years ago • 0 comments

Currently, we wait for remote completions. On many networks, remote and local completions are the same because of reliability requirements. It would still be good to wait for local completions instead of remote for the blocking API implementation.

jdinan avatar Jun 09 '16 18:06 jdinan