Re: Running a process every N days

2007-06-08 Thread Mark Westwood
Hi Dan FWIW I'd use logrotate for this. Regards Mark Westwood On Jun 7, 11:27 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > What's the best way to run either an entire python process or a python > thread every N days. I'm running Python 2.4.3 on Fedora Core 5 Linux. > My code consists of

Re: Running a process every N days

2007-06-07 Thread kaens
On 6/7/07, David Bear <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > What's the best way to run either an entire python process or a python > > thread every N days. I'm running Python 2.4.3 on Fedora Core 5 Linux. > > My code consists of a test and measurement system that runs 24/7 in

Re: Running a process every N days

2007-06-07 Thread David Bear
[EMAIL PROTECTED] wrote: > What's the best way to run either an entire python process or a python > thread every N days. I'm running Python 2.4.3 on Fedora Core 5 Linux. > My code consists of a test and measurement system that runs 24/7 in a > factory setting. It collects alot of data and I'd like

Re: Running a process every N days

2007-06-07 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > What's the best way to run either an entire python process or a python > thread every N days. I'm running Python 2.4.3 on Fedora Core 5 Linux. > My code consists of a test and measurement system that runs 24/7 in a > factory setting. It collects alot of data and I'd lik

Re: Running a process every N days

2007-06-07 Thread Klaas
On Jun 7, 3:27 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > What's the best way to run either an entire python process or a python > thread every N days. I'm running Python 2.4.3 on Fedora Core 5 Linux. > My code consists of a test and measurement system that runs 24/7 in a > factory settin

Re: Running a process every N days

2007-06-07 Thread Grant Edwards
On 2007-06-07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > What's the best way to run either an entire python process or a python > thread every N days. man cron man 5 crontab -- Grant Edwards grante Yow! It don't mean a at

Running a process every N days

2007-06-07 Thread [EMAIL PROTECTED]
What's the best way to run either an entire python process or a python thread every N days. I'm running Python 2.4.3 on Fedora Core 5 Linux. My code consists of a test and measurement system that runs 24/7 in a factory setting. It collects alot of data and I'd like to remove all data older than 30