multithreading - How can I display success page, while running long PHP script in background that requires POST Data? -


i have long running php script requires $_post data user. use able submit data , "successfully started" page. however, after show user page still want run php script in background take while. thoughts on how this?

forking, multiprocessing, calling external script? keep in mind need submit $_post data long running script.


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -