Description
Perl code written for threads can use a fork-based replacement in environments where process-based concurrency is preferred or required. It is useful for compatibility and parallel-processing scripts.
Fork-based concurrency has different memory, signal, and file-handle behavior than real threads. Test workloads before relying on it in services.