-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Access Traits #74
Comments
Hey, that's a good article and ingenious design. |
The value to be transfered is access value but not ownership value. If a value satisfies some access traits, it represents an access value.
We send a remote access value to the remote peer. A memory region can produce multiple read access values or single write access value. |
I just realized that timeout from single side is unsound. We can not ensure that the remote access value is destroyed unless the remote side explicitly notifies the local side. |
Yes, the timeout mechanism is unsound. |
https://github.com/Nugine/rdma/tree/main/examples/rdma-async/src
Related:
The text was updated successfully, but these errors were encountered: