I have an apache server running a cakephp project.
There is this python code that I need to run which takes about 90min to 120 min to complete fully.
I need to invoke this script from python. I tried exec and passthru, nothing happens.
Also I need a way to find out when the python code is done so that my php code can go forward and continue some work.. How do I achieve this?