[Boston.pm] daemonizing a perl script

2006-02-20 Thread Bob Rogers
From: Ranga Nathan [EMAIL PROTECTED] Date: Sun, 19 Feb 2006 23:31:02 -0800 I have a perl script that is in the start-up. Currently the startup uses nohup myscript . But that causes the script to swap out when there is no activity for a while. No, the just causes the script to

Re: [Boston.pm] daemonizing a perl script

2006-02-20 Thread Steven W. Orr
On Sunday, Feb 19th 2006 at 23:31 -0800, quoth Ranga Nathan: =I have a perl script that is in the start-up. Currently the startup uses =nohup myscript . But that causes the script to swap out when there is =no activity for a while. I am thinking of using damon command to =daemonize it. The

Re: [Boston.pm] daemonizing a perl script

2006-02-20 Thread Ben Tilly
On 2/20/06, Bob Rogers [EMAIL PROTECTED] wrote: From: Ranga Nathan [EMAIL PROTECTED] [...] On the other hand, doing nice -n-1 myscript would run it at a slightly higher-than-default priority, which might allow it to swap in more quickly when the workload picked up. This would work best