[资源介绍]
GitHub - hexdigest/execpool: A pool that spins up a given number of processes in advance and attaches stdin and stdout when needed. Very similar to FastCGI but works for any command.
A pool that spins up a given number of processes in advance and attaches stdin and stdout when needed. Very similar to FastCGI but works for any command. - hexdigest/execpool
- execpool - 一个基于 exec.Cmd 构建的进程池,它会预先启动指定数量的进程,并在需要时将标准输入和标准输出附加到这些进程。它与 FastCGI 或 Apache Prefork MPM 非常相似,但适用于任何命令。