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

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



> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Randall Clark
> Sent: Monday, 29 January 2001 5:47 AM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] timeout on cgi scripts....
>
>
>
> PHP scripts
> > Randall Clark schrieb:
> > >
> > > > timeout for doing what ? what`s the sense of calling a CGI script by
> > > > cron ?
> > >
> > > By the way, I have some scripts being called by Cron to do
> automatic DNS
> and
> > > sendmail updates.
> >
> > CGI scripts ?
> > ^^^


Randall,


put this in the script - better than php.ini as this is just for the long
cgi

<? set_time_limit(seconds);?>

Jim Carey