I was looking at this reference for understanding Node.js on multi-core machines.
Does Apigee Edge Node container support multi core processing capability?
How to configure this?
I was looking at this reference for understanding Node.js on multi-core machines.
Does Apigee Edge Node container support multi core processing capability?
How to configure this?
My understanding is that multicore functionality in node is done via the cluster module. According to the Apigee node.js docs, the cluster module functionality is disabled. Also, looking at the same page, child_process is disabled.
These lead me to believe that multicore processing support in Apigee is not available.