[
https://issues.apache.org/jira/browse/ARROW-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659785#comment-17659785
]
Rok Mihevc commented on ARROW-2759:
-----------------------------------
This issue has been migrated to [issue
#19143|https://github.com/apache/arrow/issues/19143] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> Export notification socket of Plasma
> ------------------------------------
>
> Key: ARROW-2759
> URL: https://issues.apache.org/jira/browse/ARROW-2759
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++ - Plasma, Python
> Reporter: Siyuan Zhuang
> Assignee: Siyuan Zhuang
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Currently, I am implementing an async interface for Ray. The implementation
> needs some kind of message polling methods like `get_next_notification`.
> Unfortunately, I find `get_next_notification` in
> `[https://github.com/apache/arrow/blob/master/python/pyarrow/_plasma.pyx]`
> blocking, which is an impediment to implementing async utilities. Also, it's
> hard to check the status of the socket (it could be closed or break up). So I
> suggest export the notification socket so that there will be more flexibility.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)