in reply to Re: Re: Re: Re: Upgrading Perl in production environment
in thread Upgrading Perl in production environment
The maintenance windows tend to be very short. If a scripts hangs on say a gethostbyaddr() then abort the call, and retry the gethostbyaddr().. if the script goes down, start the entire job over.
If the process normally takes 10 mins and if the script hangs on 9 mins 59seconds, then I would rather risk restarting that hanging operation then having to start all over again... if it goes down, then I will start it all over again.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Re: Upgrading Perl in production environment
by chip (Curate) on Mar 19, 2004 at 17:51 UTC | |
by jfroebe (Parson) on Mar 19, 2004 at 18:00 UTC | |
by chip (Curate) on Mar 19, 2004 at 18:04 UTC | |
by jfroebe (Parson) on Mar 19, 2004 at 18:13 UTC | |
by chip (Curate) on Mar 19, 2004 at 18:19 UTC | |
|