Resource-Heavy Actors

The actor model naturally supports workload separation. Workload separation in the actor model makes upgrading from local or less-distributed systems to more distributed architectures straightforward. An actor that consumes significant res…

1 sources - 4 claims

The actor model naturally supports workload separation. Workload separation in the actor model makes upgrading from local or less-distributed systems to more distributed architectures straightforward. An actor that consumes significant resources can be placed on a dedicated machine. Dedicated placement is especially sensible when the machine performs the same task repeatedly throughout the day.