scastie icon indicating copy to clipboard operation
scastie copied to clipboard

remove actors

Open OlegYch opened this issue 5 years ago • 1 comments

there isn't much reason to use actor model in this kind of application and there is a bunch of hard to debug issues outstanding currently which are caused by its use

OlegYch avatar Sep 28 '18 21:09 OlegYch

Given that scastie is pretty resource intensive, I think that akka could be useful to distribute workers across multiple machine with its cluster module. I think upgrading to Akka Typed would help debug issues and make the code more clear...

vincenzobaz avatar Aug 02 '21 09:08 vincenzobaz