JuliaActors / Actors.jl

Concurrent computing in Julia based on the Actor Model
MIT License
106 stars 11 forks source link

Dynamic Code Loading #19

Open pbayer opened 3 years ago

pbayer commented 3 years ago

Joe Armstrong identified as requirement R5 for programming fault tolerant systems:

Code upgrade — there should exist mechanisms to change code as it is executing, and without stopping the system.

To do

pbayer commented 3 years ago

There is an issue at HTTP.jl which can be useful in this regard.