mschubert / ebits

R bioinformatics toolkit incubator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`hpc` should prioritize sending out iterated args over constant

mschubert opened this issue · comments

  • to keep the workers busy as soon as they start up - not sure if possible
  • need the constant arg sending to be moved in the main event loop already there
  • and make sure jobs are terminated properly (not by kill but by sending terminate message)

pt 1 would require to select messages by ids - won't fix any time soon