> If the problem is reproducible with one thread, I'd use it for
> debugging.
>
> Although I've never thought about using threads from Django; what will
> your "main" thread answer to the browser?

Main thread is not dependant of the other threads it calls. It just
tells them to do something and the follows normal routine. Those
threads do some heavy output work (only output) and then just die.

I will try to debug without threads and see what happens.

-- 
Filip Gruszczyński

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

Reply via email to