View Single Post
Old 06-22-2008, 09:15 PM   #5 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

You dont want every script on your server to be able to run more than 30 seconds. In most cases it means something is wrong, in others it means a resource is taking too long. One way or another, it could easily get really taxing on your server, especially if someone plots an attack using it. Use ini_set() to set the particular scripts that need to run that long.
__________________

Village Idiot is offline  
Reply With Quote
The Following User Says Thank You to Village Idiot For This Useful Post:
Dave (06-23-2008)