node.js - How to make sure that nodejs cluster assigns processes to different cores? -


when utilizing multi cores via node.js' cluster module guaranteed each forked node worker assigned different core?

if it's not guaranteed there way control or manage , guarantee end in different cores? or os' scheduler distributes them evenly?

a while ago did tests cluster module can check in post wrote. looking @ system monitor screenshots pretty straightforward understand happens under hood (with , without cluster module).


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -