A side conversation from the Django BOF at OSCON this year made some
noises about "TheSchwartz" (http://code.sixapart.com/trac/TheSchwartz)
- a Perl job queue that SixApart (Brad FitzPatrick) has made
available. I'd heard there were now Ruby and Python bindings to it,
but I haven't found the relevant links as yet.

It sounded very promising.

-joe

On 7/23/07, Norjee <[EMAIL PROTECTED]> wrote:
> Apart from twisten there are other libraries which offer remoting for
> python:
> spyro: http://lsc.fie.umich.mx/~sadit/spyro/spyro.html
> pyro: http://pyro.sourceforge.net/manual/PyroManual.html
>
> If i remember well there is atleast one more, i forgot the name of
> that project.
>
> I'm affraid there is no ready made backgrounddrb, but to me it seems
> rather simple to implement. Only one problem: you need to be sure the
> backgroundserver is running, if not, then start it. But the last time
> i checked backgrounddrb (months ago) it had the same problem ;). As
> for reporting the progress, that's as simple as giving each job an id,
> and of course, keep track of the progress inside the jobs.. Threads
> (or maybe async io) would just do that ;)
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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