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

Java sticky instances of class com.mysql.jdbc.Field aggregating -