It would help to know a little more about what you're trying to accomplish. What sort of content are you wanting to deliver back to the browser?
If you're trying to stream content (video, audio, etc.) then Django isn't the best solution for that... you'll want to look for a server designed to stream static content. _ Nik On 1/10/2013 7:23 PM, ximin chen wrote: > I 'm trying to output something to browser in real-time. I started a > subprocess.Popen() by django in server side, and I want to redirect > these output from Popen to browser in real-time way. How to do that? > Thanks! -- > You received this message because you are subscribed to the Google > Groups "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/F3Kfe5gO4j0J. > 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. -- 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.