It's only saving it up until that request is done with..

I put it in a pnote..works fine..



----- Original Message ----- 
From: "Ken Williams" <[EMAIL PROTECTED]>
To: "JR Mayberry" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, March 13, 2001 2:56 PM
Subject: Re: to clarify (getting what was printed in PerlHandler)


> [EMAIL PROTECTED] (JR Mayberry) wrote:
> >It's not really as plug and play as I was looking for..
> >
> >I'm surprised that theres no built in functionality to allow any of the
> >post-handler phases to be able to retreive what was dumped out...
> 
> If you think about it, it would be a terrible idea to allow the kind of
> thing you're looking for.  It would mean that when the programmer asks
> the output to be sent to the user, the web server instead doesn't send
> it, but piles it up somewhere just in case the programmer decides that
> he/she might want to look at it again.  If the content is large, it
> would be a huge waste of memory resources, or of disk access (if
> cached), or the like.
> 
> If you want to re-access the output you sent, you'll have to collect it
> yourself, or use the efforts that I and others have put into modules
> like Apache::Filter, which makes it easy.
> 
> 
>   -------------------                            -------------------
>   Ken Williams                             Last Bastion of Euclidity
>   [EMAIL PROTECTED]                            The Math Forum

Reply via email to