Forker A PHP helper to fork processes and allow multi-threading

Getting Started

Usage

Adapters

Adapters - PCNTL

View the API Documentation for this class

This adapter is where the actual forking of code is handled, it requires the PCNTL and Shared Memory extensions.

Unfortunately PCNTL is not available on Windows, so this adapter will not work there.