I have a php program which does some processing. I would like to stop the program during execution and save the current execution state and continue from some point later on. What is the best way to achieve this?I have a php program which does some processing