Hello,

I have a problem regarding the connection reseting in firefox (but not
in IE) when I start a thread within a function in views.py.

I use the thread to start another function running whilst I return a
response showing a 'please wait' page. What seems to be happening is
that when the process that was started by a thread finishes, firefox
throws up 'connection reset' rather than keep displaying the wait
page.

This is what is happening in the code:

thread.start_new_thread(runOtherProcess, (arg1,arg2))
return render_to_response('waitpage.html', {'x':x})

Any suggestions would be greatly appreciated.

Thanks in advance,
Emily
--~--~---------~--~----~------------~-------~--~----~
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