At 02:43 PM 11/1/2001 -0800, Tavis Rudd wrote: >On Thursday 01 November 2001 14:16, Chuck Esterbrook wrote: > > At 03:57 PM 11/1/2001 -0600, Ian Bicking wrote: > > >In Cheetah, this actually wouldn't be a big deal, since it > > > captures output fairly easily (with DummyTransaction). > > > > Using a template doesn't seem any different than "compute first, > > then output". Spans give you easy random access from your Python > > page programming. > >Actually Cheetah streams the output directly through the Response >object so it's really 'compute while outputting' just like with most >servlets.
Er, actually that's what I meant and should have said. Both Cheetah and WebKit.Page feature "compute while outputting", but as Ian has pointed out, sometimes you need the computation earlier than what's convenient. -Chuck _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
