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

UniversalQueue run_in_process support #216

Closed
jkbbwr opened this issue May 30, 2017 · 2 comments
Closed

UniversalQueue run_in_process support #216

jkbbwr opened this issue May 30, 2017 · 2 comments

Comments

@jkbbwr
Copy link

jkbbwr commented May 30, 2017

Is it possible to make a curio queue that behaves nicely with run in process?

@dabeaz
Copy link
Owner

dabeaz commented Jun 2, 2017

This is an interesting question. Short answer, I'm not 100% sure how I'd tackle it right away. Maybe it's possible to use a multiprocessing.Queue for part of it? Let me ponder it.

@dabeaz
Copy link
Owner

dabeaz commented Nov 18, 2018

Closing this for now. The run_in_process() is really aimed at more CPU-intensive kinds of tasks. If true interprocess communication is required, I'd look for a different mechanism. Maybe Curio Channel objects.

@dabeaz dabeaz closed this as completed Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants