issues
search
Circo-dev
/
Circo.jl
A distributed computing platform, designed to scale to millions of nodes and providing metaphoric abstractions.
GNU Lesser General Public License v3.0
2
stars
1
forks
source link
Minimalist distributed processing
#11
Open
tisztamo
opened
4 years ago
tisztamo
commented
4 years ago
Check if it is possible to fit the system into a Julia cluster (without having a master node)
If not, use a tool like serf
Would be nice to use a standardized message format from the beginning, but drop this if the overhead is huge
WantlessComputation should talk over UDP
Transport for Actor communication is to be specified
tisztamo
commented
4 years ago
Julia Distributed seems inadequate for our purposes
For v0.1, only the actor model will be distributed