Hi All

I am building a website which makes calculations about the visibility of satellites. These calculations take about half a minute so I do not want to block the site during this time. I found django-rq and was able to start a asynchronous task which handles the calculations.

The problem I have is how do I find out when the calculations of the task thread are done so that I can direct the results to another web page which will display them?

Thanks for your help

Alain Muls


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/dc13ce44-b3c1-21c6-1de2-a1d220475c0f%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to