I have PHP script, which is requested by user. In this script I want to run C++ script(exe), but not wait until this script finishes(because this script does some post-process with data, which PHP doesn’t care about). Is there anyway to do this on Apache?
Share
You want the php exec function. Bear in mind the comment on the page about apache: