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