Is forking more efficient* as compared to clustering in NodeJS HTTP Server?
More specifically I'm talking about using http
module of NodeJS and child_process.fork
and cluster
module.
*The term efficient constitutes of memory usage and average throughput.