in reply to How to efficiently manage bunch of processes
Also depending upon what each does, and it sounds like it may be a 3-tier system where some parts are just processing data, these could probably be run as a system service/daemon, and left running, just restarting when you actually change the code. (ie, run and forget, and just start the client/interactive bits, when you need them.)
It's difficult to suggest specific solutions, without knowing more about the nature of the program.
(A third idea, have one part start the other parts, configurably?)
C.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to efficiently manage bunch of processes
by Eyck (Priest) on Mar 19, 2004 at 11:05 UTC | |
by castaway (Parson) on Mar 19, 2004 at 13:02 UTC |