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
integrating twisted, but that doesn't seem to be encouraged.

Ruby has some backgroundrb server, which shares the basic rails
configuration/database connection, and is communicated to via unix
domain sockets for that.

I need to handle some blocking requests, and poll status from them as
they progress.

My NIH solution would be to write a twisted job server, and
communicate with it using unix domain sockets.

Are there any better approaches? I'm sure someone has needed
background tasks liked spidering, querying whois, downloading
images,... before, without stalling the whole process.

Paul


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to