Re: streaming out to a client using wsgi

2010-08-19 Thread hcarvalhoalves
Check this post: http://metalinguist.wordpress.com/2008/02/12/django-file-and-stream-serving-performance-gotcha/ On 19 ago, 15:27, "Henrik Genssen" wrote: > Hi, > > I read in the wsgi docs, that it is possible to stream data to a client e.g. > from a file stream like a pdf. > Can someone point

streaming out to a client using wsgi

2010-08-19 Thread Henrik Genssen
Hi, I read in the wsgi docs, that it is possible to stream data to a client e.g. from a file stream like a pdf. Can someone point me to an example for django? It does not make sens to put all outgoing data in a var in memory when I could do streaming... regards Henrik Henrik Genssen h...@mia