in reply to Re: Re: Upgrading Perl in production environment
in thread Upgrading Perl in production environment
update
I guess I should have been more clear... the scripts for maintenance mostly and information gathering not for the trading itself.
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.
I'm using "trading systems" as an example..
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Upgrading Perl in production environment
by chip (Curate) on Mar 19, 2004 at 17:39 UTC | |
by jfroebe (Parson) on Mar 19, 2004 at 17:47 UTC | |
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 | |
|