For anyone interested, I've made available the code (using Django) to a project that implements a message queue for use with Django (or anything, really) projects. The brilliantly conceived name is "Django Queue Service", and the source is available at http://django-queue-service.googlecode.com/. I've written up the background at my blog (http://www.rhonabwy.com/wp/2007/08/25/django-queue-service/) and just wanted to let you all know it was there if you wanted or needed such a critter.
The code was hacked up in a few evenings at OSCON 2007. Like so many other folks, I've run into "I want to run some background processing that is initiated from a django project, but I didn't see any brilliant queueing solutions that I could take and run with. Hence this was born, intending to replicate over Amazon's Simple Queue Service REST API. It is not set up as a drop-down-and-run service, but there isn't too much more that's needed to use it directly if you're interested. I've also included a pure python WSGI server from CherryPy within the source - which I found was a very effective way to run the code. I've been wanting to do a pure python server for a while, and this really did the trick for me. -joe --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---