Interesting project. My first question was going to be "Why aren't you
just using Celery?" until I got to the part of the description that
says it is built on *top* of celery.

The first question that comes up for me is how or if you track which
processes have already been run, to keep them from being executed more
than they should. For example, if you had a process that blurred
uploaded images, you wouldn't want it run more than once, because it
is destructive.

On Tue, Jun 21, 2011 at 5:09 PM, Thomas Weholt <thomas.weh...@gmail.com> wrote:
> Proof of concept. Need comments. Released under a modified BSD-license.
>
> http://pypi.python.org/pypi/Kolibri/0.1.0a
>
> or better
>
> https://bitbucket.org/weholt/django-kolibri
>
> There's a blogpost with two screencasts at http://weholt.blogspot.com/ as 
> well.
>
> NB! If anybody can tell me why my my pypi-entry don't get formatted
> like restructured text that would be swell. Thanks!
>
> --
> Mvh/Best regards,
> Thomas Weholt
> http://www.weholt.org
>
> --
> 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 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>



-- 
Read my blog! I depend on your acceptance of my opinion! I am interesting!
http://techblog.ironfroggy.com/
Follow me if you're into that sort of thing: http://www.twitter.com/ironfroggy

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to