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 concurrent runtime parallel processing using collaborative delegation from Actix #74

Open
Tracked by #240
naturallymitchell opened this issue Nov 8, 2018 · 2 comments

Comments

@naturallymitchell
Copy link
Member

naturallymitchell commented Nov 8, 2018

#234 + Mun's Actix integration

~~

carllerche/kabuki#5

ActorCell has a couple of todos about how it sets up and processes its slab of tasks. Could crates like futures-state-stream and petgraph help similarly to how Scala users do modeling dependent tasks in Akka?

Chymyst/chymyst-core#154

@naturallymitchell
Copy link
Member Author

much progress in b81bcc2 and poga/actix-lua#23

@naturallymitchell
Copy link
Member Author

poga took out actor management in actix-lua. in actix-ullage, I believe it's good to have. but he correctly pointed out that actors can't be used for short-lived tasks (link?). scripts need to setup more robust environments than our first try at web server handling per actor.

@naturallymitchell naturallymitchell changed the title full use of Actix Support concurrent runtime parallel processing using collaborative delegation from Actix May 25, 2020
@naturallymitchell naturallymitchell removed this from the 3 milestone May 25, 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