On Tue, Apr 26, 2011 at 10:13 PM, Jeffrey Barish
wrote:
> Not exactly a Python question, but I thought I would start here.
>
> I have a server that runs as a daemon. I can restart the server manually
> with the command
>
> myserver restart
>
> This command starts a new myserver which first looks
On Tue, 2011-04-26 at 06:13 -0600, Jeffrey Barish wrote:
> Not exactly a Python question, but I thought I would start here.
>
> I have a server that runs as a daemon. I can restart the server manually
> with the command
>
> myserver restart
>
> This command starts a new myserver which first l
Not exactly a Python question, but I thought I would start here.
I have a server that runs as a daemon. I can restart the server manually
with the command
myserver restart
This command starts a new myserver which first looks up the pid for the one
that is running and sends it a terminate sig