jazz icon indicating copy to clipboard operation
jazz copied to clipboard

Support concurrent runtime parallel processing using collaborative delegation from Actix

Open naturallymitchell opened this issue 5 years ago • 2 comments

https://github.com/patchworkuniversity/torchbear/issues/234 + Mun's Actix integration

~~

https://github.com/carllerche/kabuki/issues/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?

https://github.com/Chymyst/chymyst-core/issues/154

naturallymitchell avatar Nov 08 '18 00:11 naturallymitchell

much progress in https://github.com/foundpatterns/torchbear/commit/b81bcc2e82d38bb0ac6b396843654eada2370b14 and https://github.com/poga/actix-lua/issues/23

naturallymitchell avatar Dec 07 '18 01:12 naturallymitchell

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 avatar Jan 30 '19 15:01 naturallymitchell