Monday, June 27, 2011

Django-utils @async decorator and gunicorn

Hello!

I use djutils [1] @async decorator for calling a function asynchronous. This works well when i start my server with the standard ./manage.py runserver command. But when i run my django app under gunicorn and i call the function with the @async decorator nothing happens at all...

Do i have to configure djutils or gunicorn in a special way so i can run function asynchronous?

Any hints are greatly appreciated!

Thank's
Anton

[1] http://charlesleifer.com/docs/djutils/ 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/RQOAZ_lgUlwJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment