From: Vince H. <li...@ml...> - 2003-08-14 16:57:21
|
On Wed, Aug 13, 2003 at 11:09:18PM -1000, Matt Darnell wrote: > Do not restart CT server. It is running as a service now and > there are four consoles running on .92, one for every port. I > would have to restart each console. Did you try running _one_ openums process? Most of my time spent writing the script was focused on process handling. For example, if one of the child processes hiccups and dies, a new process would be spawned to take over the work. > Vince, Can we have the four windows run as a deamon? If there > was an issue we could stop ctserver, it would kill all the > apps, and then resart it, staring the apps when ctserver was > running? I first need to update the Log module so that all the running process can report to a named pipe. Once that is done a service script will be added. -Vince |