zeroshade commented on PR #28: URL: https://github.com/apache/arrow-experiments/pull/28#issuecomment-2072561263
I'd have to implement a framing protocol for the "tagged" messages to go across HTTP. Adding stuff to the protocol to allow it to go across things like posix message queues is on my list of stuff to do once I get the initial protocol into the docs (I wanted to limit how complex it started so I didn't do all of this in the first draft). I wanted to try to create a sample using libfabric, but that has an even lower level API than UCX -_- I did plan on trying to also create an example using Go (since UCX does have Go bindings), but haven't finished that yet. I can try breaking up the primary `cudf-flight-poc.cc` file into smaller files to better show the dissociated IPC concept? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
