View Single Post
Old Dec 4th, 2005, 11:34 PM   #8
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
Quote:
Originally Posted by Ooble
Aren't you your host, Kurifu? :p
Yup, definatly am. This is not to be executed on my server though, and I wouldn't increase my max_execution_time beyond 30 seconds anyway.

I did manage to solve the problem. Any time spent calling system( ) or exec( ) does not count as script execution time. Since I could not change the values in this case as PHP safe_mode was turned on, I simply stopped running my system calls in the background, serialized them and spent the time out of script to process the long ugly tasks... it worked like a charm.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote