php 怎么起多进程跑任务脚本?
1
sun522198558 Jan 29, 2016
swoole
|
2
fising Jan 29, 2016
fork
|
3
fising Jan 29, 2016
手动多起几个任务、 swoole 都可以
|
4
techmoe Jan 29, 2016 via Android
pthread
|
5
looyao Jan 29, 2016 写一个主进程来创建和监控 N 个子进程。
pcntl 函数: pcntl_fork , pcntl_wait 。 |
6
mahone3297 Jan 29, 2016
|
7
louk78 Jan 29, 2016
主线程创建多个子进程,然后进程间同步或异步
|
8
LaughingMeMe Jan 29, 2016
多开几个终端?
|
9
Nixus Jan 29, 2016
愿 Golang 与你同在!
|
10
yao978318542 Jan 29, 2016
|
11
rayyang88 Jan 29, 2016
这么费劲,直接用 golang
|
12
xiasix Jan 29, 2016
最最最简单的 curl 啊
|
15
lujiajing1126 Jan 30, 2016
pcntl
|
16
elarity Jan 30, 2016
问了稳定起见,还是 swoole 吧,没有条件上 swoole ,就 pcntl
|
17
cccoco123 Feb 2, 2016
https://github.com/fucongcong/Group 可以跑定时脚本(基于 swoole )
|