Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Scheduling and monitoring

Received: by 10.35.18.18 with SMTP id v18mr1621239pyi.1193133145068;
        Tue, 23 Oct 2007 02:52:25 -0700 (PDT)
Received: by e9g2000prf.googlegroups.com with HTTP;
	Tue, 23 Oct 2007 09:52:23 +0000 (UTC)
X-IP: 87.184.135.181
From:  voltron <nhy...@googlemail.com>
To:  pylons-discuss <pylons-discuss@googlegroups.com>
Subject: Scheduling and monitoring
Date: Tue, 23 Oct 2007 09:52:23 -0000
Message-ID: <1193133143.922657.90870@e9g2000prf.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8,gzip(gfe),gzip(gfe)
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"

I read a lot about people using Cron to schedule the clearing out of
dead sessions in Pylons apps, is there any reason why one cannot use
the sched(http://docs.python.org/lib/module-sched.html) module to do
the same and start if from pylons itself?

Pylons has some kind of monitoring system, are there hooks or events
that one could use to execute a few Pylons related tasks?

Thanks