unidist icon indicating copy to clipboard operation
unidist copied to clipboard

send data across hosts by utlizing metadata for underlying buffers of an object

Open arunjose696 opened this issue 1 year ago • 0 comments

When sending data corresponding to a dataid from a host to other host we currently send data as the whole buffer. This currently crashes and is addresed in #376. As mentioned in issue comments a quick fix is underway and a better approach would be to use get shared buffer with metadata for underlying buffers of an object (s_data, raw_buffers, buffer_count) and then use send_complex_data.

arunjose696 avatar Nov 06 '23 09:11 arunjose696