Posted by el_roachmeister on 10/22/05 22:55
el_roachmeister@yahoo.com wrote:
> I suspect there might be an infinite loop in my code, however, php
> seems to timeout and continue running the script. Is there a way to
> check for this?
I traced the problem to several calls to http requests like:
$contents = file('http://www.mydomain.com/some_variable');
Each one could took upto a second so I got rid of all but one . I
suppose there is a lot of overhead with making the http request through
php?
Navigation:
[Reply to this message]
|