NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP Timing Mechanism

Daniel J Cain Jr. dan at cain.sh
Wed Oct 1 13:28:50 EDT 2003


>From the php.net web site: http://us4.php.net/function.set-time-limit

Note: The set_time_limit() function and the configuration directive
max_execution_time only affect the execution time of the script itself. Any
time spent on activity that happens outside the execution of the script such
as system calls using system(), the sleep() function, database queries, etc.
is not included when determining the maximum time that the script has been
running.



That might explain what you are seeing.





More information about the talk mailing list