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

Support a mix of threading and gevent based actors #11

Closed
jodal opened this issue Oct 26, 2012 · 2 comments
Closed

Support a mix of threading and gevent based actors #11

jodal opened this issue Oct 26, 2012 · 2 comments

Comments

@jodal
Copy link
Owner

jodal commented Oct 26, 2012

With the upcoming release of gevent 1.0 and it's support for multiple threads, supporting a mix of ThreadingActor and GeventActor in the same process, that can communicate with each other, is an attractive extension of Pykka.

@jodal
Copy link
Owner Author

jodal commented Nov 2, 2012

mopidy/mopidy#166 has a proof of concept for how to communicate between regular threads and gevent 1.0 greenlets. This can hopefully be adapted to work for threading actors and gevent 1.0 actors.

@jodal
Copy link
Owner Author

jodal commented Dec 15, 2020

Closing this as gevent support was deprecated in Pykka v2.0.3.

@jodal jodal closed this as completed Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant