Re: start exactly one thread in Django application

2007-03-15 Thread skink
On Mar 15, 2:14 pm, Atilla <[EMAIL PROTECTED]> wrote: > On 15/03/07, skink <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I'd like to start one thread in order to do some periodic actions. > > > It should be started automatically, not within some view code. > > > Where is the best place to start

Re: start exactly one thread in Django application

2007-03-15 Thread Atilla
On 15/03/07, skink <[EMAIL PROTECTED]> wrote: > > Hi, > > I'd like to start one thread in order to do some periodic actions. > > It should be started automatically, not within some view code. > > Where is the best place to start such thread? > > regards, > skink > What kind of actions are you tal

Re: start exactly one thread in Django application

2007-03-15 Thread Kenneth Gonsalves
On 15-Mar-07, at 2:03 PM, skink wrote: > Where is the best place to start such thread? use cron -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

start exactly one thread in Django application

2007-03-15 Thread skink
Hi, I'd like to start one thread in order to do some periodic actions. It should be started automatically, not within some view code. Where is the best place to start such thread? regards, skink --~--~-~--~~~---~--~~ You received this message because you are s