Gregory (Grisha) Trubetskoy
grisha at modpython.org
Fri Aug 13 17:41:53 EDT 2004
Yes, by default PSP does not flush the output buffer until the very end which looks like what PHP ob_start func enables. If you want to force a flush from within PSP, you can always call req.flush(). Grisha On Fri, 13 Aug 2004, Iker Arizmendi wrote: > Does the PSP handler support output buffering? > Something along the lines of ob_start under PHP? If > explicit support is not there, is there some other > way to accomplish the same thing? > > Thanks, > Iker > > -- > Iker Arizmendi > AT&T Labs - Research > Speech and Image Processing Lab > e: iker at research.att.com > w: http://research.att.com > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|