Is CPU execution time different in Loop with Sleep() and Long Loops without sleep(), with both havin

Posted by Jagira on Stack Overflow See other posts from Stack Overflow or by Jagira
Published on 2010-03-08T17:06:23Z Indexed on 2010/03/08 17:21 UTC
Read the original article Hit count: 196

Filed under:
|
|
|
|

Hello,

I have a loop that runs for approx. 25 minutes i.e 1500 seconds. [100 loops with sleep(15)]

The execution time for the statements inside loop is very less.

My scripts are hosted on GoDaddy. I am sure that they are having some kind of limit on execution time.

My question is, are they concerned with "the total CPU execution time" or the total running time.

© Stack Overflow or respective owner

Related posts about sql

Related posts about cpu