Whit Armstrong <[email protected]> writes: > Matt, Ansgar, and Gergely, > > Thanks for the tips. > > Can you also help with some advice on the init.d script? > > The init.d script for deathstar launches a daemon which listens for > jobs, and one worker per core. > > Can I use the same pid file for all of those processes?
I assume it has a main process, which when stopped, would result in the workers being killed too. If that is so, I do not think you need to store the pids of the workers anywhere. -- |8] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

