marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Launch-time configurable number of schedulers spawned #156

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Number of FFI and VP schedulers spawned should be configurable at launch-time of the VM. Scheduler configurations would be read from VIUA_SCHED_FFI and VIUA_SCHED_VP environment variables.

NOTE: This feature would have to be enabled at compile-time, and conflicts with compile-time scheduler assignment in #155 .