swoft-cloud / swoft-component

📦 This is a repository of centralized management of all swoft core components
https://www.swoft.org
Apache License 2.0
96 stars 107 forks source link

task component 集成 Swoole 进程池 #77

Closed wujunze closed 5 years ago

wujunze commented 6 years ago

swoft/task component 集成 Swoole 进程池

huangzhhui commented 6 years ago

Swoole 的进程池没法动态伸缩进程,这个是出于什么目的?

inhere commented 6 years ago

估计是只用于消费任务。。。 可以这样吗

wujunze commented 6 years ago

@stelin 这个进程池是需要加到Task这里吗?

stelin commented 6 years ago

我们做一个使用封装,我和韩老大沟通过,没必要动态扩容。

huangzhhui commented 6 years ago

在这个场景没有动态伸缩是没问题,但其他的场景是有的,我去跟韩老大沟通一下

wujunze commented 6 years ago

JobQueue这种场景可以做成像NGINX那种模型 master worker 个人愚见 欢迎拍砖