This is my first week using Django and version 1.8 in particular. I'm 
trying to figure out the best way to stream a raw, large, continuously 
growing binary file to a plotting function that is continuously updating 
the last 600 bytes of the binary file. This is primarily a client side 
application. I have seen many streaming snippets and the 
StreamingHttpResponse module but am not sure which streaming method will be 
optimal. I'm also not sure if streaming methods are the correct approach. 
Can I just read the file with Python and plot in a browser window? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/77018f70-2568-4a80-a6d1-c928c73617ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to