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?
我的理解是节点中的多核功能是通过集群模块完成的。根据Apigee node.js docs,集群模块功能被禁用。此外,查看同一页面, child_process 被禁用。
这些让我相信 Apigee 中的多核处理支持不可用。