Libraries tagged by pcntl_fork
tuo/simplefork
9 Downloads
Classes to simply create child-process by pcntl_fork
tectiv3/libdaemon
5 Downloads
pvariablis/sasfm
27 Downloads
Simple and Scalable Fork Management
larahook/async-helper
3 Downloads
Async call
comodojo/daemon
456 Downloads
Solid PHP daemon toolkit
sqonk/phext-detach
90 Downloads
Detach is a library for running tasks inside of a PHP script in parallel using forked processes.
shawty81/multiprocessor
1717 Downloads
Easy usable class for very fast and memory efficient scripts, processing lots of data by utilizing the power of pcntl_fork()
axxapy/php_threadpool
13 Downloads
Thread && Thread pool wrappers for pcntl (not actual threads but forks)
bobby/multi-processes
21 Downloads
php原生pcntl实现的简易多进程和进程池组件,支持父子进程双向通信传输数据.包含进程池按需动态fork进程功能.
mkraemer/react-pcntl
290959 Downloads
PCNTL bindings for ReactPHP
exteon/pcntl
704 Downloads
Various process control functions for PHP under Linux
skie/signal_handler
597 Downloads
Cross-platform signal handling for CakePHP console commands with zero external dependencies. Supports Linux (pcntl), Windows (native API)
flytachi/winter-thread
541 Downloads
A lightweight process engine for PHP — Java-like control of background tasks as isolated OS processes, without heavy extensions (no swoole/pthreads/parallel).
axxapy/easyfork
1624 Downloads
The easiest way to manage work for php (uses pcntl library)
mougrim/pcntl-signal-handler
1368 Downloads
PCNTL signal handler for PHP