On Thu, Mar 25, 2010 at 11:34 PM, Rodrigo Hübner <[email protected]> wrote: > Hey all! > > I have a project in python with implicit threads. For exemple: > > ---- > @task > def foo(): > pass > ---- > > In this code, every time that i call the "foo" function in my code, it > will execute in different threads... > > My proposal is to specify the some idea in view functions or other > function/methods that it can execute in parallel! > > I attended a lecture by Jacob last year and he said that Django needs > much of a project that parallels tasks. > The general purpose and have something like what I said ... > > What do you think? > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > >
I think this problem is pretty thoroughly solved by celery at this point, I'm not sure that there's a lot of value that could be added, unless you have a specific, radically different, architecture to propose. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Voltaire "The people's good is the highest law." -- Cicero "Code can always be simpler than you think, but never as simple as you want" -- Me -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
