Hrm, looking at it, this looks very interesting for my project too! My project has a bottleneck, and if I describe it, possibly you could confirm or deny if your app will be useful.
Our application is for managing mercurial repositories. Part of the functionality is to be able to create new repositories by either creating a empty directory or by cloning an existing one. When cloning a repo, after saving, a post_save signal calls mercurial's hg.clone function, and the screen waits until this is done, which can be a while for larger repos, or one on slower servers. I'd like to be able, once the user submits the form, validate the save information and create the database entry for it then hand off to a background process to get the repo, so acts more asynchronously. Any information would be greatly appreciated. On Jan 27, 2008 9:14 PM, Joseph Heck <[EMAIL PROTECTED]> wrote: > > Sorry for the lack of docs - I think we've all been focused elsewhere, > and the project is being somewhat quiet right now. > > Do you want to integrate it into your application directly, or use it > as a standalone critter? What kind of information on using it would be > most useful to you? > > I've got some ideas, but since I helped create it they may be well > skewed. I know the internals very well - and it all seems somewhat > obvious to me, although I know that's not an outside view at all. Your > suggestions for what you need would be very welcome and useful! > > Are you looking for an example of how to write a client and push and > pull messages from a queue? How to integrate it into your application > and what code to use to to push messages in? > > -joe > > > On Jan 26, 2008 10:48 PM, shabda <[EMAIL PROTECTED]> wrote: > > I want to use django-queue-service to run long running processess in > > background, but I can not find any documentation about this. Their > > website http://code.google.com/p/django-queue-service/ does not > > contain any docs. Does any one have any links, about how to use it? > > > > > > > > > -- Tane Piper Blog - http://digitalspaghetti.me.uk Wii: 4734 3486 7149 1830 This email is: [ ] blogable [ x ] ask first [ ] private --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---