﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9286	Starting other processes in a view gives me some weird results.	namename12	nobody	"I cannot start process as daemon. 

This error is similar to this thread:
http://groups.google.com/group/django-users/browse_thread/thread/2d2e20ccd394297b?pli=1

Django hangs when I execute this code:

def start(request):
        if request.user.is_authenticated():
                output = Popen([""/usr/local/tomcat/bin/jboss.sh""], stdout=PIPE).communicate()[0]
                foo =""a""
                return render_to_response('cms/templates/list.html', {'logs': foo})

        else:
                return HttpResponseRedirect(""/accounts/login"")"		new	Uncategorized	1.0					Unreviewed	0	0	0	0	0	0
