On Tue, 2004-02-24 at 07:52, Scott Weisman wrote: > I'll check out your FLUSH directive when (actually, if) I have time, but I > would honestly prefer a less kludgey solution (no offense to your effort > intended). So for now I'll wait until TT3 is out.
Scott, how certain are you that buffering is the issue here? Have you timed the different sections of your program? In most cases the only use for unbuffered output is to do things like send a header out to update the screen while you wait for a slow query to come back, and the stuff that Myk did should work for that. - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
