[
https://issues.apache.org/jira/browse/ARROW-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755381#comment-16755381
]
Robert Nishihara commented on ARROW-4418:
-----------------------------------------
If preferable, there is also a non-boost version of asio
[https://think-async.com/Asio/AsioAndBoostAsio.html|https://think-async.com/Asio/AsioAndBoostAsio.html,]
I also remember thinking that asio is moving into the C++ standard library,
though I can't seem to find a reference for that at the moment.
The benefits of using asio are pretty big (Windows support for the Plasma store
as well as using a more standard C++ approach than what we are currently doing).
In terms of alternatives, I know that Philipp has looked into gRPC. Maybe he
could elaborate on the pros/cons there?
> [Plasma] replace event loop with boost::asio for plasma store
> -------------------------------------------------------------
>
> Key: ARROW-4418
> URL: https://issues.apache.org/jira/browse/ARROW-4418
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Plasma (C++)
> Reporter: Zhijun Fu
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Original text:
> It would be nice to move plasma store from current event loop to boost::asio
> to modernize the code, and more importantly to benefit from the
> functionalities provided by asio, which I think also provides opportunities
> for performance improvement.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)