but remember, whether buffer flushing "works" or not will depend not only on your mason code and web server, but also on the nature of the content being flushed and the browser to which it is being flushed.
i have had many struggles with earlier versions of IE not being willing to display partial data that was contained within an html table. so even though there were many pages of data, and that data was being streamed to the browser, IE would not display the table until it received the closing table tag. there are allegedly other ways around this, but i think i just ended up switching away from tables in that case. hopefully this will keep someone else from having to bang their head against that same wall. S P Arif Sahari Wibowo wrote: > On Tue, 8 Jul 2008, Christopher Davaz wrote: >> Yes, of course. See: >> http://www.masonhq.com/docs/manual/Request.html#item_flush_buffer >> and >> http://www.masonhq.com/docs/manual/Request.html#parameters_to_the_new___construc > > On Tue, 8 Jul 2008, Charlie Katz wrote: >> Sure, you can use autoflush: >> http://www.masonhq.com/docs/manual/Params.html#autoflush >> or if you want finer control over when things get flushed, leave autoflush >> off, then flush as needed with $m->flush_buffer: >> http://www.masonhq.com/docs/manual/Request.html#item_flush_buffer > > > Great! Thanks! Definitely this feature should be added to any > wiki page comparing templating solution. :-) > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mason-users mailing list Mason-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mason-users