durusmail: quixote-users: Displaying results of a processor intensive operation in increments possible under quixote?
Displaying results of a processor intensive operation in increments possible under quixote?
2004-11-18
2004-11-18
2004-11-19
2004-11-19
Displaying results of a processor intensive operation in increments possible under quixote?
Neil Schemenauer
2004-11-18
On Wed, Nov 17, 2004 at 10:43:18PM -0500, Jonathan Taylor wrote:
> Is there some way to turn off buffering here to make it
> send out data to the browser as soon as it is available?

You can try:

    get_response().buffered = False

Whether it works is dependant on your specific setup.  If it does
work, please let us know.

  Neil

reply