Skip to content
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

Provide asyncio-based communication API #684

Open
jakirkham opened this issue Mar 5, 2021 · 0 comments
Open

Provide asyncio-based communication API #684

jakirkham opened this issue Mar 5, 2021 · 0 comments

Comments

@jakirkham
Copy link
Member

In Dask we are looking into using an asyncio-based communication API directly ( dask/distributed#4513 ). This would help standardize a lot of the communication in Dask. One thing that would be interesting to explore would be whether we can expose UCX communication through a similar looking (if not the same) API. This would cutdown on the amount of handling Dask does around UCX communication. Also it should help us better leverage other asyncio backends like uvloop, which Dask already has support for ( dask/distributed#4448 ) and we are already making some use of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant