|
Posted by Jerry Stuckle on 06/15/06 04:01
Vincent Delporte wrote:
> On Wed, 14 Jun 2006 21:40:08 +0200, "Rik" <luiheidsgoeroe@hotmail.com>
> wrote:
>
>>What is the exact reason of your pause?
>
>
> I have a main loop that fetches information from another site, but to
> simulate fake users, I need these fetching to occur at random
> intervals, between 1 and 300s. The problem is that after any sleep >
> 30 seconds, the browser reports a 504 (time-out).
A 504 sounds like the browser timing out (although I guess it could be PHP).
As has been indicated before, you can change the PHP timeout value, but there's
nothing you can do about the browser.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|