Re: How can I flush my response stream in django?

2010-10-06 Thread Jeremy Dunck
On Wed, Oct 6, 2010 at 3:58 PM, Emil Stenström wrote: > On Aug 24 2007, 8:18 pm, "Jeremy Dunck" wrote: >> >> On 8/24/07, whitesmell wrote: >> > One of my  response content was build by several synchronous method, >> > how can Iflushmy  

Re: How can I flush my response stream in django?

2010-10-06 Thread Emil Stenström
On Aug 24 2007, 8:18 pm, "Jeremy Dunck" wrote: On 8/24/07, whitesmell wrote: > One of my response content was build by several synchronous method, > how can Iflushmy response to client browser as soon as some part of > the response content is ready?