How to force a php script to run until its finished?
Problem: I have a webserver, which is mostly php and every page is dynamicly created with php. On one page I have a php script, that a user can start, which runs for 2-3 minutes until its finished. The problem…