[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] timeout on cgi scripts....
- Subject: RE: [cobalt-users] timeout on cgi scripts....
- From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
- Date: Mon Jan 29 01:45:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> 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