[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] timeout on cgi scripts....



>
> but anyway, what script do you have, which language and what do you want
> to have a timeout for ?
>
> the above tasks do not seem to require a timeout... i don`t think that
> they will work well if you simply add a timeout ?
>
> --
>
> H. P.  Stroebel, Germany


Randall was using PHP in cgi mode which has a timeout after 30 secs as a
default - he can fix that by adding a

<? set_time_limit(seconds);?>

in his PHP script

cheers

Jim Carey