Date: 07/27/05 (PHP Community) Keywords: php, database Ok, I have a php page that takes a long time to run, its a lot of external api interaction and database transactions. Normally this will run as a chron job, what is the best way to make sure this runs its whole length without timing out? I've seen pages run the "Maximum Execution Time" before and I dont want that to happen with this. Source: http://www.livejournal.com/community/php/325290.html
|