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

Add a task scheduler with SMP support #55

Open
victorpoluceno opened this issue Jul 24, 2016 · 0 comments
Open

Add a task scheduler with SMP support #55

victorpoluceno opened this issue Jul 24, 2016 · 0 comments
Labels
Milestone

Comments

@victorpoluceno
Copy link
Owner

victorpoluceno commented Jul 24, 2016

We can implement SMP by using asyncio.run_in_executor to create and eventloop per process. This way each time we spawn, a task would create in one of the event loops available.

The mailbox benchmark https://github.com/victorpoluceno/xwing/blob/development/bench/echo_server/mailbox/run.py is good start point of how to schedule actors into many cores.

@victorpoluceno victorpoluceno changed the title Add SMP support Add a task scheduler with SMP support Aug 15, 2016
@victorpoluceno victorpoluceno added this to the 0.1 milestone Aug 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant