Hello, The main reason for my issue, was because I was using two tabs on my browser. If I use two browsers or two different IP, my code works asynchronously (with gevent and apache, not with runserver but this isn't a surprise).
I think there is something like: if a unique session asks for the same view multiple times, they are served synchronously. I don't know if it's due to the server or django. I can't find anything like that on the documentation. If anyone knows, I would be really interested to understand that last part. -- Ashe -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

