Scenario:
- Shared hosting, so no ability to install new extensions + no CRON
- A submitted request needs to perform some heavy processes.
- I want the answer to the client to go as fast as possible, and the heavy lifting to continue immediately, but not stop the client.
- can be on a new thread (if it is possible) also no problem with starting a new process.
What is the best way to do this?
See Question&Answers more detail:os