on Thu, 16 May 2002 19:16:58 GMT, Matt Simonsen wrote:

> I have a script to monitor servers which is basically an infinate
> loop that sleeps and runs again. I start from a ssh session by the
> command: 
> 
> ssh -f $server "~/script &"
> 
> It seems to be dieing on some of our busier servers.

I'm really not into this myself, but maybe 

    perldoc -q daemon
    How do I fork a daemon process?

makes sense to you?

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to