I’m looking for some advice on the best way(s) to execute major processes in a Linux/PHP/SC environment. For example if I want to run a program that takes 30-40 minutes, or maybe hours to run. My current code is in PHP and just running from a blank page. It does a lot of text manipulation so I though PHP might be a better environment for text handling than creating a MySQL procedure.
These applications may need an interface to start but don’t really require an interface while they are running. Although it would be nice if there was opportunity to check progress.
Thanks