[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: Sun Jan 28 12:47:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> [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