NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP Timing Mechanism

Sexton, David David.SextonJr at ubs.com
Thu Oct 2 11:55:21 EDT 2003


That does explain it, but it sort of defeats the purpose of having a
maximum_execution_time directive in this case. I would think that a large
percentage of PHP scripts have some kind of external processing going on,
particularly DB connectivity. Anyways, thanks for the side note!

-----Original Message-----
From: Daniel J Cain Jr. [mailto:dan at cain.sh]
Sent: Wednesday, October 01, 2003 1:29 PM
To: NYPHP Talk
Subject: Re: [nycphp-talk] PHP Timing Mechanism


>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.




Please do not transmit orders or instructions regarding a UBS account by
email. The information provided in this email or any attachments is not an
official transaction confirmation or account statement. For your protection,
do not include account numbers, Social Security numbers, credit card
numbers, passwords or other non-public information in your email. Because
the information contained in this message may be privileged, confidential,
proprietary or otherwise protected from disclosure, please notify us
immediately by replying to this message and deleting it from your computer
if you have received this communication in error.  Thank you.

UBS Financial Services Inc.
UBS International Inc.




More information about the talk mailing list