Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    PHP is not designed for working in an application-server model. Drupal has batch processing mechanisms that help to obviate this, but if you try to impose an architecture that is not really compatible with the underlying language, you are going to struggle. Commented Apr 21, 2015 at 16:18
  • I'm running a compiled version of PHP 8.5. I am using some AI tools to generate code that uses pcntl, symfony/process, and parallel. It's not too crazy of a thing to run a compiled version of PHP and it could potentially get you where you want to be. Commented Oct 9, 2024 at 6:39