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.

Reply via email to