PHP pcntl fork: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 May 2023

  • curprev 16:0216:02, 19 May 2023Chubbard talk contribsm 2,304 bytes +33 →‎Info to remember for pcntl_fork in PHP
  • curprev 16:0216:02, 19 May 2023Chubbard talk contribs 2,271 bytes +2,271 Created page with "===Info to remember for pcntl_fork in PHP=== When using the `pcntl_fork()` function in PHP, the mode in which the fork operation is performed can be either blocking or non-blocking. Here's the difference between the two: 1. Blocking Mode: In blocking mode, the parent process waits for the child process to complete before continuing its execution. When `pcntl_fork()` is called in blocking mode, the parent process will pause until the child process finishes its execut..."