[ic] How to minimize downtime (interchange server crashed/out ages)?

interchange-users@interchange.redhat.com interchange-users@interchange.redhat.com
Thu May 16 16:26:01 2002


> From: Kellen Weissenbach [mailto:kellen@totalchoicesolutions.com]

> Interchange server seems to die a lot on the server I am 
> using (once or
> twice a week).  Is there a way I can make this auto restart?  
> I do not have
> root access, but my server admin is really helpful, and will 
> do anything
> needed as long as it doesn't threaten the entire server.
> 
> Cron?  PHP that would establish a shell connection and reset 
> it when a user
> hit the site and it displayed the error/offline message?  Any 
> thoughts?  Any
> ideas how to do this?

I have my production site cycle every night

59 23 * * * /apps/interchange/bin/interchange -r

Patrick