When using Node.js, it's common to use the cluster module to fork a process per CPU core. I don't think anyone disagrees with the performance benefits of doing that.
But since SuperchargedReact.Net only uses one V8 instance, it's comparable to using Node.js without the cluster module (unless I'm missing something?).
Are there any plans/discussions regarding this?
When using Node.js, it's common to use the
clustermodule to fork a process per CPU core. I don't think anyone disagrees with the performance benefits of doing that.But since SuperchargedReact.Net only uses one V8 instance, it's comparable to using Node.js without the
clustermodule (unless I'm missing something?).Are there any plans/discussions regarding this?