constellation-rs / constellation

Distributed programming for Rust.
Apache License 2.0
563 stars 24 forks source link

Make binary distribution configurable #23

Closed alecmocatta closed 5 years ago

alecmocatta commented 5 years ago

The distribute_binaries feature is enabled by default. When disabled, binaries aren't sent over the network; instead they're read from the filesystem (which probably implies running all on the same machine).