0

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?

4

1 回答 1

3

我的理解是节点中的多核功能是通过集群模块完成的。根据Apigee node.js docs,集群模块功能被禁用。此外,查看同一页面, child_process 被禁用。

这些让我相信 Apigee 中的多核处理支持不可用。

于 2014-01-25T07:25:19.317 回答