I am writing a web-service. The PHP processor should handover the processing to an executable file located on the server.
On arrival of a request , the PHP should run the executable & take the output from the executable back & process it further in PHP , while the executable continues to run in the background. How can this be achieved?