in reply to Re: Re: Re: Re: Re: Run your own perlmonks!
in thread Run your own perlmonks!
Aye. However, in this purticular case, we could run the opcode (if any), and it could signal somehow "print exactly this content, with no header (because I've included the header), and stop processing after the opcode stage, and before the node stage".
Thanks very much for replying to this, and please, keep doing it -- even if you don't look at the Everything code ever (and it's not really that scary), you're giving me good ideas.
In purticular, currently, opcodes are expected to have a return value that is a bool -- handled, or not handled. We could extend this to say that if they return a scalar ref, then we print that out to the client, and stop processing.
That doesn't give us chunking, but it does mean that some opcodes can avoid having to rerender the page, at least under some curcimstances, with signifiant savings.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Re: Run your own perlmonks!
by liz (Monsignor) on Sep 30, 2003 at 09:26 UTC | |
by theorbtwo (Prior) on Sep 30, 2003 at 09:46 UTC |