Re: Django Blocking/ Background Jobs

2007-07-23 Thread Paul Böhm
Andrey, On Jul 23, 3:50 pm, Andrey Khavryuchenko <[EMAIL PROTECTED]> wrote: > Paul, > > PB> Are there any better approaches? I'm sure someone has needed > PB> background tasks liked spidering, querying whois, downloading > PB> images,... before, without stalling the whole process. > > I'm usin

Django Blocking/ Background Jobs

2007-07-23 Thread Paul Böhm
Hey there, i'm porting a rather large pre-launch site from rails to django right now because we're tired of debugging rails.. making fairly good progress too. I have one question though: what's a good way to handle background jobs? Is there some standard python solution for that? i've looked for