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

Thread priority #103

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Machine should provide a way to manipulate thread priorities.

Proposed solution:

The CPU may sometimes discard the request for higher priority - for example when that would make competition between threads too fierce.