gpt4 book ai didi

node.js - NodeJS 集群调度策略

转载 作者:行者123 更新时间:2023-12-04 19:34:27 24 4
gpt4 key购买 nike

我开发了基于 NodeJS 的高负载应用程序,可在 centos (Linux) 上运行。它内部有一些传入的长期连接。目前我使用cluster modulescheduling policy :

cluster.schedulingPolicy = cluster.SCHED_NONE;

因为它对我来说在生产力方面有一些优势。

我还在工作进程中使用 express.js 框架来处理请求。

我的问题是操作系统如何将 HTTP 请求分派(dispatch)给工作人员?有没有办法在工作人员后面的某个地方排队请求?

谢谢

最佳答案

您可以使用 pauseOnConnect:true 手动控制传入连接(套接字)的分配。 option .这样你就可以

queue requests somewhere behind the worker

关于node.js - NodeJS 集群调度策略,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36178399/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com