Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4591814
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T22:26:59+00:00 2026-05-21T22:26:59+00:00

I have custom build system written in PHP. It’s similar to make tool, gathering

  • 0

I have custom build system written in PHP. It’s similar to make tool, gathering source files with dependencies to compile and link them.

It uses system function to run G++, like this:

    system("g++ -c $file -o $out");

It’s working great. However I have a multi-core processor and I would like to use those extra cores to speed up the process (like make -j 8). How can I do it in PHP? I don’t need to have multithreading in PHP per se, I just need to spawn few child processes and wait for them to complete.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T22:27:00+00:00Added an answer on May 21, 2026 at 10:27 pm

    Since that is usually built-in for PHPs CLI version, you can use pcntl_fork(). It duplicates the current PHP process into a child, which can then work separately from the parent process.

    See the example on the manual page.

    (You could also utilize PEAR System_Daemon which encapsulates that functionality; though it does a bit too much for your case.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have written an API to a SIP phone system, and would like
I have the following setup: I'm working with C++ projects under a custom build
A few years ago I looked into using some build system that isnt Make
For an integration test setup, we have written some custom scripts and code to
I have inherited a visual studio 2003 project which uses some custom build steps.
I'm using CMake for my build system and in the project, we will have
I have a current system which is build as a Windows Application, and does
I have build a custom .Net Data Provider and am in the process of
We have a legacy system that is essentially a glorified telnet interface. We cannot
First_Layer I have a win32 dll written in VC++6 service pack 6. Let's call

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.