[mod_python] How create a scheduler ?

Nic James Ferrier nferrier at tapsellferrier.co.uk
Sat Nov 18 06:41:12 EST 2006


"Alex Greif" <alex.greif at gmail.com> writes:

> Hi,
> how about creating a cron entry that create a http request?
>
> Alex.
>
> On 11/18/06, Seb <seb.dailly at gmail.com> wrote:
>> Hello,
>>
>> I would like to know if we can create a scheduler inside mod_python. I
>> seems that the threads are not "persistents" and are closed when the
>> page is load. Is there any particular way for keeping a running thread
>> ? ( It is not for generating html but for periodic saves and data
>> updates )

You could fork another process.


-- 
Nic Ferrier
http://www.tapsellferrier.co.uk   for all your tapsell ferrier needs


More information about the Mod_python mailing list