Hello, I don't know much about networking. I keep getting a connection interrupted error page when I start a thread which runs the python subprocess popen method: "proc = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE)".
After starting this thread my function returns a render to response. This page gets displayed but then the connection is interrupted with this message: "The network link was interrupted while negotiating a connection". I don't get any error message from Django manage.py runserver. The same command works fine when not running as a thread. I'm not sure what to do or get around this problem. Any advice would be much 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---