# xxfpm **Repository Path**: Angells/xxfpm ## Basic Information - **Project Name**: xxfpm - **Description**: windows下启动多个phpcgi进程来加快并发处理 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-28 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xxfpm FCGI Process Manager 这是一个原作者 **[78](https://github.com/78)** 在 2011 年写的跨平台 FastCGI 进程管理器,可用作 PHP 的进程管理。 ## 使用方式 2017 年 12 月 27 日更新,默认端口修改为 9000,path 参数(路径)支持空格 ``` Usage: xxfpm path [-n number] [-i ip] [-p port] Manage FastCGI processes. -n, –number number of processes to keep -i, –ip ip address to bind -p, –port port to bind, default is 9000 -u, –user start processes using specified linux user -g, –group start processes using specified linux group -r, –root change root direcotry for the processes -h, –help output usage information and exit -v, –version output version information and exit ``` ## 相关博文 http://xiaoxia.org/2011/02/01/xxfpm-wrote-a-fastcgi-process-manager/